diff --git a/frontend/src/lib/notification/NotificationDropdown.svelte b/frontend/src/lib/notification/NotificationDropdown.svelte index 68ff59e0..32d6b0cf 100644 --- a/frontend/src/lib/notification/NotificationDropdown.svelte +++ b/frontend/src/lib/notification/NotificationDropdown.svelte @@ -12,6 +12,12 @@ type Props = { }; let { notifications, onMarkRead, onMarkAllRead, onClose }: Props = $props(); + +function handleViewAll(e: MouseEvent) { + e.preventDefault(); + onClose(); + goto('/aktivitaeten'); +}
{ e.preventDefault(); onClose(); goto('/aktivitaeten'); }} + onclick={handleViewAll} class="text-xs font-medium text-ink-2 transition-colors hover:text-ink" > {m.chronik_view_all()}