MEga push vol idk, chat function updates, docker fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user