MEga push vol idk, chat function updates, docker fixes

This commit is contained in:
AlacrisDevs
2026-02-14 13:09:45 +02:00
parent c2d3caaa5a
commit 7ab206fe96
35 changed files with 1226 additions and 1344 deletions

View File

@@ -742,18 +742,28 @@
</div>
<div class="flex flex-col gap-3">
<!-- Chat toggle hidden for now -->
<!-- Chat toggle disabled until fully developed -->
<!-- <label
class="flex items-center justify-between px-3 py-3 rounded-xl bg-dark/30 border border-light/5 cursor-pointer hover:border-light/10 transition-colors"
>
<div class="flex items-center gap-3">
<span class="material-symbols-rounded text-purple-400" style="font-size: 20px;">chat</span>
<span
class="material-symbols-rounded text-purple-400"
style="font-size: 20px; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;"
>chat</span
>
<div>
<p class="text-body-sm text-white">Chat</p>
<p class="text-[11px] text-light/30">Real-time messaging via Matrix</p>
<p class="text-[11px] text-light/30">
Real-time messaging via Matrix
</p>
</div>
</div>
<input type="checkbox" bind:checked={featureChat} class="w-4 h-4 rounded accent-primary" />
<input
type="checkbox"
bind:checked={featureChat}
class="w-4 h-4 rounded accent-primary"
/>
</label> -->
<label