Refactor: move AppShell to global layout, add breadcrumbs, and restructure profile routes

This commit is contained in:
2026-03-26 17:10:40 +08:00
parent 0d0dc187a5
commit 34804127c5
20 changed files with 548 additions and 992 deletions

View File

@@ -4,7 +4,6 @@ import {
Box,
Button,
Card,
Container,
Grid,
Group,
Progress,
@@ -55,7 +54,7 @@ function DashboardComponent() {
];
return (
<Container size="lg" py="xl">
<Box py="xl">
<Title
order={1}
ta="center"
@@ -195,6 +194,6 @@ function DashboardComponent() {
</Card>
</Grid.Col>
</Grid>
</Container>
</Box>
);
}