major refactor of the dashboard and react-openapi integration #1

Merged
aetos merged 44 commits from period-selection into main 2026-05-07 11:00:54 +00:00
Showing only changes of commit c9e609fee6 - Show all commits

View File

@@ -83,12 +83,14 @@ export default function Header({
<Typography
variant="h6"
noWrap
sx={{ flexGrow: 1, fontWeight: "bold", cursor: "pointer" }}
sx={{ fontWeight: "bold", cursor: "pointer" }}
onClick={() => navigate("/")}
>
{headerTitle}
</Typography>
<span style={{ flexGrow: 1 }} />
{/* AUTH SECTION */}
{isAuthenticated ? (
<>