From 9ca03b7044b820a1fe4b6ab8fc690fb6c5312c73 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 7 Sep 2025 22:19:30 -0400 Subject: Reformat things --- ui/lib/components/NotificationSettings.svelte | 77 ++++++++++++--------------- ui/lib/components/Toggle.svelte | 4 +- 2 files changed, 37 insertions(+), 44 deletions(-) (limited to 'ui/lib/components') diff --git a/ui/lib/components/NotificationSettings.svelte b/ui/lib/components/NotificationSettings.svelte index f4a0e3f..94acb37 100644 --- a/ui/lib/components/NotificationSettings.svelte +++ b/ui/lib/components/NotificationSettings.svelte @@ -1,5 +1,5 @@ @@ -82,41 +85,31 @@ {/if} - +

Notify me when:

These are currently unimplemented.

+ {}} /> + {}} /> {}} -/> - {}} -/> - {}} + name="message_arrives_username" + text="A new message containing your username arrives in a channel" + onclick={async () => {}} /> {}} + name="message_arrives_keyword" + text="A new message containing a keyword you have configured arrives in a channel" + onclick={async () => {}} /> {}} + name="own_message_stitched" + text="A message you wrote is stitched" + onclick={async () => {}} /> {}} + name="flagged_message_stitched" + text="A message you have flagged is stitched" + onclick={async () => {}} /> diff --git a/ui/lib/components/Toggle.svelte b/ui/lib/components/Toggle.svelte index 7e71b5a..e880d37 100644 --- a/ui/lib/components/Toggle.svelte +++ b/ui/lib/components/Toggle.svelte @@ -4,8 +4,8 @@ -- cgit v1.2.3