From d5b74d7569cedaf06ac7ac2a2790b5c429f8ce86 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 20 Apr 2026 17:07:19 +0200 Subject: [PATCH] fix(notifications): retarget bell dropdown footer to /chronik MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Alle anzeigen" link at the bottom of the notification dropdown now points to /chronik with the new "Zur Chronik →" label key, matching the unified activity page introduced in #285. Part of #285. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/lib/components/NotificationDropdown.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/NotificationDropdown.svelte b/frontend/src/lib/components/NotificationDropdown.svelte index 14cc78df..4cf775dd 100644 --- a/frontend/src/lib/components/NotificationDropdown.svelte +++ b/frontend/src/lib/components/NotificationDropdown.svelte @@ -128,11 +128,11 @@ let { notifications, onMarkRead, onMarkAllRead, onClose }: Props = $props();