feat(ui): 24-Spalten-Dashboard-Raster, einklappbare Sidebar
CI / backend-tests (push) Failing after 2m7s
CI / frontend-build (push) Successful in 20s

Dashboard-Raster von 12 auf 24 Spalten - bei 12 waren Reihen sofort randvoll (3 Kacheln à w:4), kein Spielraum zum Breiter-Ziehen ohne Nachbarkachel zu verkleinern. Layout-localStorage-Key auf v3 gehoben (alte v2-Koordinaten passen nicht mehr zum neuen Raster). Sidebar links jetzt einklappbar (Toggle-Button bleibt sichtbar, Zustand in localStorage) - mehr Platz für breite Dashboard-Raster auf Desktop-Monitoren.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
This commit is contained in:
2026-09-07 14:42:19 +02:00
co-authored by Claude Sonnet 5
parent e6eda26eb2
commit e5ddfde52f
5 changed files with 145 additions and 46 deletions
+24
View File
@@ -6758,3 +6758,27 @@ Keine Commits in dieser Session.
- frontend/src/styles/tailwind.css | 61 +++++++++++++++++++++++++++++++++++++++++++++----------------
---
## 2026-09-07 14:31 14:36 (4m)
**Beschreibung:** Claude Code Session
**Projekt:** asb-material
### Commits
- e6eda26 fix(frontend): zirkuläre CSS-Variablen endgültig behoben - kein @theme-Namespace mehr
### Geänderte Dateien
- DEVLOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- frontend/src/components/status/ReadinessBadge.tsx | 8 ++++----
- frontend/src/components/ui/badge.tsx | 10 +++++-----
- frontend/src/components/ui/button.tsx | 11 ++++++-----
- frontend/src/components/ui/card.tsx | 7 +++++--
- frontend/src/pages/dashboard/DashboardPage.tsx | 10 +++++-----
- frontend/src/pages/dashboard/TileFrame.tsx | 6 +++---
- frontend/src/pages/dashboard/tiles/AblaufdatenTile.tsx | 8 ++++----
- frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx | 14 +++++++-------
- frontend/src/pages/dashboard/tiles/KennzahlenTile.tsx | 2 +-
- frontend/src/pages/dashboard/tiles/MaengelTile.tsx | 6 +++---
- frontend/src/pages/dashboard/tiles/PrueftermineTile.tsx | 8 ++++----
- frontend/src/pages/dashboard/tiles/QualifikationTile.tsx | 8 ++++----
- frontend/src/styles/tailwind.css | 58 +++++++++++-----------------------------------------------
---