auth/runtime config, URLs centralizados, parsing/hardening dos hooks/charts

This commit is contained in:
litoral05
2026-06-08 16:32:21 +01:00
parent d6daac97c7
commit 19df30326b
32 changed files with 899 additions and 267 deletions
+3 -1
View File
@@ -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>
);
}
}