From 2581f5515cde9fdeb342350217db378aadb4d842 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 14 Dec 2022 20:42:08 +0100 Subject: feat: RC notification --- .../app/src/routes/book/notifications/+page.svelte | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 code/app/src/routes/book/notifications/+page.svelte (limited to 'code/app/src/routes/book/notifications/+page.svelte') diff --git a/code/app/src/routes/book/notifications/+page.svelte b/code/app/src/routes/book/notifications/+page.svelte new file mode 100644 index 0000000..1a6144d --- /dev/null +++ b/code/app/src/routes/book/notifications/+page.svelte @@ -0,0 +1,50 @@ + + +
+

Type:

+ + + + + + + (hideAfterSeconds = timeout ?? -1)}>Apply + { + hideAfterSeconds = -1; + timeout = 0; + }}>Reset + + +
-- cgit v1.3