Add support for ios push notifications

This commit is contained in:
Jon Staab
2025-06-27 08:33:31 -07:00
parent 5301ef876d
commit 3037323dc0
5 changed files with 31 additions and 6 deletions
+1 -3
View File
@@ -112,9 +112,7 @@
<Icon icon="chat-round" />
Chat
{#if $notifications.has(chatPath)}
<div
class="absolute -right-3 -top-1 h-2 w-2 rounded-full bg-primary-content"
transition:fade>
<div class="absolute -right-3 -top-1 h-2 w-2 rounded-full bg-primary" transition:fade>
</div>
{/if}
</div>