WIP Chat overhaul

This commit is contained in:
2026-07-26 21:31:28 +02:00
parent e61e24dfe8
commit f803ec27a5
10 changed files with 1266 additions and 345 deletions

View File

@@ -26,6 +26,9 @@
</div>
@endif
<a href="/tags" title="{{ t('nav.tags') }}"><i class="fa-solid fa-tags"></i></a>
@if(enable_global_chat)
<a href="/chat" title="{{ t('nav.chat') }}"><i class="fa-solid fa-comments"></i></a>
@endif
@if(abyss_enabled)
<a href="/abyss" title="{{ t('nav.abyss') }}"><i class="fa-solid fa-dice-d6"></i></a>
@endif