From 9fd81821f1d973a6c2ccbae154a86b4ef645d4f5 Mon Sep 17 00:00:00 2001 From: E44 <129310925+programmer-44@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:49:32 +0100 Subject: [PATCH] add Notifications --- .../src/components/Notification.svelte | 48 +++++++++++++++++++ control/frontend/src/routes/+layout.svelte | 3 ++ control/frontend/src/tailwind.config.js | 3 ++ .../frontend/src/ts/stores/notification.ts | 28 +++++++++++ 4 files changed, 82 insertions(+) create mode 100644 control/frontend/src/components/Notification.svelte create mode 100644 control/frontend/src/ts/stores/notification.ts diff --git a/control/frontend/src/components/Notification.svelte b/control/frontend/src/components/Notification.svelte new file mode 100644 index 0000000..3f16f7e --- /dev/null +++ b/control/frontend/src/components/Notification.svelte @@ -0,0 +1,48 @@ + + +