From eaf95ece7dfb4d4d591b2f501183b2706653742e Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 3 Aug 2025 23:12:09 -0400 Subject: Add roughed-in UI for setting up notifications --- ui/lib/components/NotificationSettings.svelte | 84 +++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) (limited to 'ui/lib/components') diff --git a/ui/lib/components/NotificationSettings.svelte b/ui/lib/components/NotificationSettings.svelte index c690b21..81c3708 100644 --- a/ui/lib/components/NotificationSettings.svelte +++ b/ui/lib/components/NotificationSettings.svelte @@ -1,13 +1,89 @@ +

Enable notifications

+ +

+ {#if subscriptionJson === null} + Notifications are currently disabled. + {:else} + Notifications are currently enabled. + {/if} +

+ +

Notify me when: