From 2b93ccf92d70d137a8e4cde3af42723973dec538 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 15 Apr 2026 15:06:26 +0200 Subject: [PATCH] refactor(notifications): import relativeTime from canonical time.ts NotificationDropdown was importing relativeTime through notifications.ts, creating an accidental coupling to a module unrelated to timestamp formatting. Now imports directly from the canonical \$lib/utils/time module. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/NotificationDropdown.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/NotificationDropdown.svelte b/frontend/src/lib/components/NotificationDropdown.svelte index ee46548c..b3b161fb 100644 --- a/frontend/src/lib/components/NotificationDropdown.svelte +++ b/frontend/src/lib/components/NotificationDropdown.svelte @@ -1,6 +1,6 @@