Added TTS chat filters.

This commit is contained in:
Tom
2024-12-28 01:37:44 +00:00
parent 0afa2138b4
commit 275069697f
30 changed files with 722 additions and 192 deletions

View File

@ -25,5 +25,13 @@
Policies
</a>
</li>
<li>
<a
routerLink="/filters"
routerLinkActive="active"
*ngIf="isLoggedIn() && isTTSLoggedIn()">
Filters
</a>
</li>
</ul>
</nav>

View File

@ -29,7 +29,7 @@ a {
}
a:hover {
background-color: #FCFCFC;
background-color: #FAFAFA;
}
a.active {