feat(users): refactor users system

This commit is contained in:
2026-04-19 16:42:33 -04:00
parent af8da2aa86
commit f08376d979
24 changed files with 1531 additions and 669 deletions
+6
View File
@@ -39,6 +39,12 @@ export function buildNavigationSections(pathname) {
icon: 'UserMultiple02Icon',
current: pathname.startsWith('/admin/users')
},
{
name: 'Rôles',
href: '/admin/roles',
icon: 'Crown03Icon',
current: pathname.startsWith('/admin/roles')
},
]
}
];