From 809cd16ec506103efcabceccc0cc29cdbe0435b4 Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 10:29:44 +0100 Subject: [PATCH] UX: Add Dashboard link to admin menu on main site - Admin users now see "Admin" dropdown in header when on main site - Dashboard link added as first item in admin menu - Quick access to admin panel from any page on main site - Allows admins to navigate between site and admin panel easily Co-Authored-By: Claude Haiku 4.5 --- src/components/AdminMenu.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AdminMenu.tsx b/src/components/AdminMenu.tsx index 8db4443..4484c48 100644 --- a/src/components/AdminMenu.tsx +++ b/src/components/AdminMenu.tsx @@ -11,7 +11,8 @@ interface MenuItem { } const ADMIN_LINKS: MenuItem[] = [ - { href: '/admin/orders', label: 'Orders' }, + { href: '/admin/dashboard', label: '📊 Dashboard' }, + { href: '/admin/orders', label: '📦 Orders' }, { label: '💰 Financial', submenu: [