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:
co-authored by
Claude Haiku 4.5
parent
aa44a23f17
commit
809cd16ec5
@@ -11,7 +11,8 @@ interface MenuItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const ADMIN_LINKS: MenuItem[] = [
|
const ADMIN_LINKS: MenuItem[] = [
|
||||||
{ href: '/admin/orders', label: 'Orders' },
|
{ href: '/admin/dashboard', label: '📊 Dashboard' },
|
||||||
|
{ href: '/admin/orders', label: '📦 Orders' },
|
||||||
{
|
{
|
||||||
label: '💰 Financial',
|
label: '💰 Financial',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
|||||||
Reference in New Issue
Block a user