diff --git a/DEVLOG.md b/DEVLOG.md index 9edb2ad..601ac4a 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -6602,3 +6602,45 @@ Keine Commits in dieser Session. - frontend/src/pages/dashboard/layout.ts | 74 +++++++++++++++++++++++++++++++++------------------------------------ --- +## 2026-09-07 13:49 – 13:53 (3m) +**Beschreibung:** Claude Code Session +**Projekt:** asb-material + +### Commits +- a2a44fb style(dashboard): Kacheln modernisiert - Karten, Einsatzbereitschaft-Balken, Termin-Listen, Skeleton + +### Geänderte Dateien +- DEVLOG.md | 16 ++++++++++++++++ +- frontend/src/components/status/FristBadge.tsx | 18 ++++++++++-------- +- frontend/src/components/status/InspectionStatus.tsx | 4 ++-- +- frontend/src/components/status/InventoryStatus.tsx | 4 ++-- +- frontend/src/components/ui/card.tsx | 10 +++++++++- +- frontend/src/pages/dashboard/DashboardPage.tsx | 8 +++++++- +- frontend/src/pages/dashboard/tiles/AblaufdatenTile.tsx | 48 +++++++++++++++++++++++++++++++++++------------- +- frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- +- frontend/src/pages/dashboard/tiles/PrueftermineTile.tsx | 48 +++++++++++++++++++++++++++++++++++------------- +- frontend/src/pages/dashboard/tiles/QualifikationTile.tsx | 45 +++++++++++++++++++++++++++++++-------------- +- frontend/src/styles/global.css | 7 +++++++ + +--- +## 2026-09-07 13:54 – 13:54 (0m) +**Beschreibung:** Claude Code Session +**Projekt:** asb-material + +### Commits +Keine Commits in dieser Session. + +### Geänderte Dateien +- DEVLOG.md | 16 ++++++++++++++++ +- frontend/src/components/status/FristBadge.tsx | 18 ++++++++++-------- +- frontend/src/components/status/InspectionStatus.tsx | 4 ++-- +- frontend/src/components/status/InventoryStatus.tsx | 4 ++-- +- frontend/src/components/ui/card.tsx | 10 +++++++++- +- frontend/src/pages/dashboard/DashboardPage.tsx | 8 +++++++- +- frontend/src/pages/dashboard/tiles/AblaufdatenTile.tsx | 48 +++++++++++++++++++++++++++++++++++------------- +- frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- +- frontend/src/pages/dashboard/tiles/PrueftermineTile.tsx | 48 +++++++++++++++++++++++++++++++++++------------- +- frontend/src/pages/dashboard/tiles/QualifikationTile.tsx | 45 +++++++++++++++++++++++++++++++-------------- +- frontend/src/styles/global.css | 7 +++++++ + +--- diff --git a/frontend/src/components/ui/card.tsx b/frontend/src/components/ui/card.tsx index 943055d..c2bd735 100644 --- a/frontend/src/components/ui/card.tsx +++ b/frontend/src/components/ui/card.tsx @@ -20,13 +20,17 @@ export const Card = forwardRef>(( Card.displayName = "Card"; export const CardHeader = forwardRef>(({ className, ...props }, ref) => ( -
+
)); CardHeader.displayName = "CardHeader"; export const CardTitle = forwardRef>( ({ className, ...props }, ref) => ( -

+

) ); CardTitle.displayName = "CardTitle"; diff --git a/frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx b/frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx index bd6c34d..269f48c 100644 --- a/frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx +++ b/frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx @@ -55,7 +55,7 @@ function EinsatzbereitschaftTileKomponente({ bereitschaft }: Props) { )}

-
+
{segmente.map((s) => (
diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index ac28cd7..690674f 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -249,6 +249,8 @@ a { ausgerichtet statt zentriert - bei 1200px sonst viel verschenkter Platz rechts/links auf breiten Monitoren. */ .page-wide { + flex: 1; + width: 100%; max-width: 1240px; margin: 0; padding: 1.75rem 2rem 3rem;