diff --git a/DEVLOG.md b/DEVLOG.md index 4c94860..f286375 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -4189,3 +4189,19 @@ Keine Commits in dieser Session. - DEVLOG.md | 38 ++++++++++++++++++++++++++++++++++++++ --- +## 2026-09-05 14:55 – 14:59 (4m) +**Beschreibung:** Claude Code Session +**Projekt:** asb-material + +### Commits +- 7ebbae8 style: visuelles Redesign (Desktop), Design-Anleihe bei Resgrid/OpenFleet/EMCS + +### Geänderte Dateien +- DEVLOG.md | 33 ++++++++++++ +- frontend/src/pages/DashboardPage.tsx | 36 ++++++------- +- frontend/src/pages/FehlbestandListePage.tsx | 2 +- +- frontend/src/pages/MangelListePage.tsx | 4 +- +- frontend/src/pages/admin/QualifikationSection.tsx | 2 +- +- frontend/src/styles/global.css | 201 ++++++++++++++++++++++++++++++++++++++++++++++++-------------------- + +--- diff --git a/frontend/src/pages/admin/MaterialSection.tsx b/frontend/src/pages/admin/MaterialSection.tsx index 9f9568f..e87fef3 100644 --- a/frontend/src/pages/admin/MaterialSection.tsx +++ b/frontend/src/pages/admin/MaterialSection.tsx @@ -78,8 +78,8 @@ export function MaterialSection({ materialien, onGeaendert, onFehler }: Props) { return (

Material

-
-
+
+

{bearbeiteteId !== null ? "Material bearbeiten" : "Material anlegen"}

@@ -137,7 +137,7 @@ export function MaterialSection({ materialien, onGeaendert, onFehler }: Props) {
-
+
!vorhandeneMaterialIds.has(m.id)); return ( -
+
{positionen.length > 0 && ( -