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

9
views/chat.html Normal file
View File

@@ -0,0 +1,9 @@
@include(snippets/header)
<div class="pagewrapper">
<div id="main" class="chat-page">
<div id="site-chat-container" class="site-chat-container">
<!-- Site chat widget is mounted here by globalchat.js -->
</div>
</div>
</div>
@include(snippets/footer)