auth/runtime config, URLs centralizados, parsing/hardening dos hooks/charts
This commit is contained in:
@@ -105,6 +105,8 @@ export function AppShell({ activePage, onNavigate, children }: AppShellProps) {
|
||||
activePage={activePage}
|
||||
collapsed={sidebarCollapsed}
|
||||
userInitials={currentUser.initials}
|
||||
userName={currentUser.name}
|
||||
userRole={currentUser.role}
|
||||
onNavigate={onNavigate}
|
||||
onToggleCollapsed={() => setSidebarCollapsed((current) => !current)}
|
||||
onToggleTheme={toggleTheme}
|
||||
@@ -152,4 +154,4 @@ export function AppShell({ activePage, onNavigate, children }: AppShellProps) {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user