feat(dashboard): Tailwind CSS + shadcn/ui eingeführt, Dashboard modernisiert
Kachel-Größe/Ausblenden-Fix (flexBasis pro Kachel statt nur Aufgaben-Kachel, sichtbare Liste ausgeblendeter Kacheln zum Zurückholen). Tailwind v4 + shadcn-Basiskomponenten (Button/Card/Badge) neu eingeführt, gezielt fürs Dashboard-Redesign genutzt (kein Preflight, global.css bleibt für restliche App unangetastet). TileFrame nutzt jetzt Card mit farbigem Akzentbalken je Kritikalität (Mängel/Prüftermine/Ablaufdaten/Einsatzbereitschaft), ReadinessBadge von Emoji auf CSS-Punkte umgestellt, größere Touch-Ziele im Anpassen-Modus, Kiosk-Look im Status-Monitor (Chrome ausgeblendet), "zuletzt aktualisiert"-Anzeige. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
This commit is contained in:
@@ -6311,3 +6311,34 @@ Keine Commits in dieser Session.
|
||||
- frontend/src/pages/kontrolle/PositionCard.tsx | 48 ++++++++++++++++++++++++++++++++++--------------
|
||||
|
||||
---
|
||||
## 2026-09-07 12:02 – 12:03 (0m)
|
||||
**Beschreibung:** Claude Code Session
|
||||
**Projekt:** frontend
|
||||
|
||||
### Commits
|
||||
- 5fc8079 feat(dashboard): Dashboard-Start für Verantwortliche, Kachel-Anpassung, Status-Monitor
|
||||
|
||||
### Geänderte Dateien
|
||||
- DEVLOG.md | 1923 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
- backend/DEVLOG.md | 128 ++++
|
||||
- frontend/DEVLOG.md | 267 ++++++++
|
||||
- frontend/src/App.tsx | 5 +-
|
||||
- frontend/src/components/AppShell.tsx | 2 -
|
||||
- frontend/src/components/StartseiteAuswahl.tsx | 29 -
|
||||
- frontend/src/pages/DashboardPage.tsx | 349 ----------
|
||||
- frontend/src/pages/LoginPage.tsx | 3 +-
|
||||
- frontend/src/pages/dashboard/DashboardPage.tsx | 215 ++++++
|
||||
- frontend/src/pages/dashboard/TileFrame.tsx | 49 ++
|
||||
- frontend/src/pages/dashboard/layout.ts | 55 ++
|
||||
- frontend/src/pages/dashboard/tiles/AblaufdatenTile.tsx | 28 +
|
||||
- frontend/src/pages/dashboard/tiles/AktivitaetTile.tsx | 34 +
|
||||
- frontend/src/pages/dashboard/tiles/AufgabenTile.tsx | 58 ++
|
||||
- frontend/src/pages/dashboard/tiles/EinsatzbereitschaftTile.tsx | 74 +++
|
||||
- frontend/src/pages/dashboard/tiles/KennzahlenTile.tsx | 19 +
|
||||
- frontend/src/pages/dashboard/tiles/MaengelTile.tsx | 58 ++
|
||||
- frontend/src/pages/dashboard/tiles/PrueftermineTile.tsx | 28 +
|
||||
- frontend/src/pages/dashboard/tiles/QualifikationTile.tsx | 26 +
|
||||
- frontend/src/pages/dashboard/types.ts | 55 ++
|
||||
- frontend/src/settings/startseite.ts | 30 -
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user