From 051d2f246ea1d0b884d1fc5047c364cbeb09e640 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 5 May 2026 14:22:02 +0200 Subject: [PATCH] refactor: move notification domain to lib/notification/ Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/activity/ChronikFuerDichBox.svelte | 2 +- frontend/src/lib/activity/ChronikFuerDichBox.svelte.spec.ts | 2 +- .../lib/{components => notification}/NotificationBell.svelte | 2 +- .../NotificationBell.svelte.spec.ts | 4 ++-- .../{components => notification}/NotificationDropdown.svelte | 2 +- .../src/lib/{utils => notification}/notifications.spec.ts | 2 +- .../lib/{stores => notification}/notifications.svelte.spec.ts | 2 +- .../src/lib/{stores => notification}/notifications.svelte.ts | 2 +- frontend/src/lib/{utils => notification}/notifications.ts | 0 frontend/src/routes/+layout.svelte | 2 +- frontend/src/routes/aktivitaeten/+page.svelte | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) rename frontend/src/lib/{components => notification}/NotificationBell.svelte (97%) rename frontend/src/lib/{components => notification}/NotificationBell.svelte.spec.ts (96%) rename frontend/src/lib/{components => notification}/NotificationDropdown.svelte (98%) rename frontend/src/lib/{utils => notification}/notifications.spec.ts (96%) rename frontend/src/lib/{stores => notification}/notifications.svelte.spec.ts (98%) rename frontend/src/lib/{stores => notification}/notifications.svelte.ts (98%) rename frontend/src/lib/{utils => notification}/notifications.ts (100%) diff --git a/frontend/src/lib/activity/ChronikFuerDichBox.svelte b/frontend/src/lib/activity/ChronikFuerDichBox.svelte index 05d58e56..aec6ebe9 100644 --- a/frontend/src/lib/activity/ChronikFuerDichBox.svelte +++ b/frontend/src/lib/activity/ChronikFuerDichBox.svelte @@ -1,7 +1,7 @@