feat(F-194): completed feature
This commit is contained in:
@@ -55,10 +55,10 @@ export const NAV_ITEMS: NavItem[] = [
|
||||
{ href: '/reviews', label: 'Reseñas', icon: '⭐', permission: 'reviews.read' },
|
||||
{ href: '/cms', label: 'CMS', icon: '📄', permission: 'cms.read' },
|
||||
{ href: '/users', label: 'Usuarios', icon: '🔐', permission: 'admin-users.read' },
|
||||
{ href: '/tax-rates', label: 'IVA', icon: '📊', permission: 'orders.read' },
|
||||
{ href: '/audit', label: 'Auditoría', icon: '📋', permission: 'audit.read' },
|
||||
{ href: '/logs', label: 'Logs', icon: '🖥️', permission: 'audit.read' },
|
||||
{ href: '/settings', label: 'Ajustes', icon: '⚙️', permission: 'dashboard' },
|
||||
{ href: '/settings/tax-rates', label: 'IVA', icon: '💰', permission: 'orders.read' },
|
||||
{ href: '/settings/audit', label: 'Auditoría', icon: '📋', permission: 'audit.read' },
|
||||
{ href: '/settings/logs', label: 'Logs', icon: '🖥️', permission: 'audit.read' },
|
||||
];
|
||||
|
||||
export function visibleNavItems(role: Role): NavItem[] {
|
||||
|
||||
Reference in New Issue
Block a user