Phase 0.2: migrate UI component SVGs to lucide-react

- Button.tsx: Loader2 spinner
- EmptyState.tsx: FolderOpen default icon
- Modal.tsx: X close icon
- Pagination.tsx: ChevronLeft/ChevronRight
- Table.tsx: Loader2 loading spinner
- Toast.tsx: Check/X/AlertTriangle/Info + X close
- lucide-react v1.25.0 installed
- All 85 UI tests pass
- 2 pre-existing TSC errors in Dms.tsx (unrelated)
This commit is contained in:
Agent Zero
2026-07-23 00:47:23 +02:00
parent 3f2307ab54
commit e9a5eee524
9 changed files with 34 additions and 33 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
| Task | Status | Datum | Notiz |
|---|---|---|---|
| 0.1 | 🔄 in-progress | 2026-07-23 | Veraltete Planungsdokumente aktualisieren |
| 0.2 | ⬜ pending | | lucide-react installieren + Icons migrieren |
| 0.1 | ✅ done | 2026-07-23 | codebase-vs-requirements.md neu geschrieben, security-review-phase2.md Resolution Summary, architecture.md Implementation Status, MASTER-PLAN.md + PROGRESS.md erstellt |
| 0.2 | 🔄 in-progress | 2026-07-23 | lucide-react installieren + Icons migrieren |
| 0.3 | ⬜ pending | | date-fns installieren + Datum-Formatierung |
| 0.4 | ⬜ pending | | hooks.ts aufteilen |
| 0.5 | ⬜ pending | | Store-Verzeichnis konsolidieren |