Add better muting, add EventReducer

This commit is contained in:
Jon Staab
2026-02-18 10:22:23 -08:00
parent cbafcf6939
commit 56dddbdd86
4 changed files with 181 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<Icon icon={Reply} />
<span>{$replies.length} {$replies.length === 1 ? "reply" : "replies"}</span>
</div>
<div class="btn btn-neutral btn-xs relative hidden rounded-full sm:flex">
<div class="btn btn-neutral btn-xs relative rounded-full">
{#if gt(lastActive, $checked)}
<div class="h-2 w-2 rounded-full bg-primary"></div>
{/if}