From e6cba7c6d273b400eb70d10b1cab8a3bcc42b251 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 3 Aug 2025 23:02:37 -0400 Subject: Add preliminary notifications UX in settings area Not wired up to any server actions yet. --- ui/lib/components/NotificationSettings.svelte | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ui/lib/components/NotificationSettings.svelte (limited to 'ui/lib/components/NotificationSettings.svelte') diff --git a/ui/lib/components/NotificationSettings.svelte b/ui/lib/components/NotificationSettings.svelte new file mode 100644 index 0000000..c690b21 --- /dev/null +++ b/ui/lib/components/NotificationSettings.svelte @@ -0,0 +1,42 @@ + + +

Notify me when:

+ + {}} +/> + {}} +/> + {}} +/> + {}} +/> + {}} +/> + {}} +/> -- cgit v1.2.3