From 9a9abdcf469d2ee13e1ddfb0b35932b842ff0b8b Mon Sep 17 00:00:00 2001 From: Karl Ludwig Weise Date: Wed, 28 Jan 2026 20:32:50 +0100 Subject: [PATCH] Harden navigation for notifications on a all pages --- .../components/notification-item.svelte | 26 ++++++-- .../components/notifications.svelte | 2 +- .../responsive-dialog.svelte | 2 +- .../(components)/AppointmentDetail.svelte | 8 ++- .../dashboard/calendar/(components)/utils.ts | 2 +- .../(pages)/dashboard/calendar/+page.svelte | 62 +++++++++++++------ 6 files changed, 74 insertions(+), 28 deletions(-) diff --git a/src/lib/components/layouts/sidebar-layout/components/notification-item.svelte b/src/lib/components/layouts/sidebar-layout/components/notification-item.svelte index eaff519..968d0a1 100644 --- a/src/lib/components/layouts/sidebar-layout/components/notification-item.svelte +++ b/src/lib/components/layouts/sidebar-layout/components/notification-item.svelte @@ -1,6 +1,7 @@