From f379e5c09a7e7b52f354d96fe4d23ab3ffa8c8c1 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 4 Jun 2026 20:08:34 +0100 Subject: [PATCH] refactor(routes): move notifications to /admin/notifications, remove /manage Moved /notifications to /admin/notifications to match admin-only access pattern. Updated NavBar bell icon and mobile menu links. Removed /manage route (leftover prototyping). Pre-hydration redirect already in place for admin-only guard. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../src/lib/components/layout/NavBar.svelte | 4 +- .../{ => admin}/notifications/+page.svelte | 0 frontend/src/routes/manage/+page.svelte | 462 ------------------ 3 files changed, 2 insertions(+), 464 deletions(-) rename frontend/src/routes/{ => admin}/notifications/+page.svelte (100%) delete mode 100644 frontend/src/routes/manage/+page.svelte diff --git a/frontend/src/lib/components/layout/NavBar.svelte b/frontend/src/lib/components/layout/NavBar.svelte index 5b8478a..d96f78f 100644 --- a/frontend/src/lib/components/layout/NavBar.svelte +++ b/frontend/src/lib/components/layout/NavBar.svelte @@ -142,7 +142,7 @@