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 <noreply@anthropic.com>
This commit is contained in:
Andymick
2026-07-19 10:29:44 +01:00
co-authored by Claude Haiku 4.5
parent aa44a23f17
commit 809cd16ec5
+2 -1
View File
@@ -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: [