feat: implement app directory routing, authentication flow, and dynamic reporting module
This commit is contained in:
@@ -54,6 +54,13 @@ export function Header({ onMenuClick }: { onMenuClick: () => void }) {
|
||||
badge: 'Laporan',
|
||||
Icon: BarChart2
|
||||
}
|
||||
case '/users':
|
||||
return {
|
||||
title: 'Manajemen Pengguna',
|
||||
subtitle: 'Kelola data pengguna, role, dan status aktif.',
|
||||
badge: 'Superadmin',
|
||||
Icon: User
|
||||
}
|
||||
default:
|
||||
if (pathname.startsWith('/my-orders/')) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user