Alerts
{#each filteredAlerts as alert (alert.event.id)} {:else}

Nothing here yet!

{/each}
Notifications

Notify me about new direct messages

Show badge for unread direct messages

Play sound for new direct messages

{#if $dmStatus} {@const status = getTagValue("status", $dmStatus.tags) || "error"} {#if status !== "ok"}

{getTagValue("message", $dmStatus.tags) || "The notification server did not respond to your request."}

{/if} {/if}