docs: aktualisiere alle MD-Dateien auf v1.8
- README.md: Etappe 7/8 hinzugefügt, Roadmap aktualisiert
- KONZEPT.md: Feature-Status aktualisiert
- ROADMAP.md: Etappe 7 (Dark Mode) und 8 (SoC) hinzugefügt
- SAVEPOINT.md: v1.8 mit Dark Mode und SoC-Planung
- ARCANE-VM-SETUP.md: Rippy Features hinzugefügt
- ARCAN-FIX.md: Status 21.07.2026 aktualisiert
- ARCAN-PROJECTS-DIR.md: Status hinzugefügt
- ARCANE-DOCKER-COMPOSE-FIX.md: Status aktualisiert
- ARCAN-INTEGRATION.md: Status hinzugefügt
- AGENTS.md: Aktueller Stand und nächste Etappe
- Commit: 9be0592
This commit is contained in:
+35
-10
@@ -142,21 +142,46 @@
|
||||
|
||||
---
|
||||
|
||||
## Etappe 7: Proxmox-Integration + Dokumentation
|
||||
## Etappe 7: API UI Modernisiert
|
||||
|
||||
**Ziel:** Ein-Click-Deploy auf Proxmox LXC.
|
||||
**Ziel:** Modernes React-UI mit Dark Mode Support.
|
||||
|
||||
**Was gebaut wird:**
|
||||
- Proxmox LXC Template (Debian 12 Slim)
|
||||
- Ansible Playbooks für die Installation
|
||||
- Dokumentation: Installation, Konfiguration, Troubleshooting
|
||||
- Beispiel `docker-compose.yml` mit allen Umgebungsvariablen
|
||||
- Makefile für lokale Entwicklung
|
||||
- React UI mit TailwindCSS
|
||||
- Sidebar Navigation
|
||||
- Einstellungen mit Tab-Struktur
|
||||
- Dark Mode mit Theme-Toggle und localStorage persistence
|
||||
- Status-Badges und StatCards mit Dark Mode Support
|
||||
|
||||
**Fertig wenn:**
|
||||
- Ein neuer Container ist in 5 Minuten bereit
|
||||
- `make up` startet alles lokal für Entwicklung
|
||||
- Dokumentation ist vollständig und verständlich
|
||||
- UI mit Dark Mode läuft
|
||||
- Navigation und Einstellungen funktionieren
|
||||
- Commit `43dfce5` — Dark Mode Implementation
|
||||
|
||||
**Status:** Abgeschlossen
|
||||
|
||||
---
|
||||
|
||||
## Etappe 8: Separation of Concerns
|
||||
|
||||
**Ziel:** Code-Qualität durch saubere Trennung.
|
||||
|
||||
**Was gebaut wird:**
|
||||
- Theme-Context aus App.tsx auslagern
|
||||
- Dark Mode Utility für CSS-Klassen
|
||||
- Theme props in Komponenten verstecken
|
||||
- Tailwind-Config zentralisieren
|
||||
|
||||
**Fertig wenn:**
|
||||
- Theme-Logik in eigenem Context
|
||||
- Wiederverwendbare Dark Mode Helper
|
||||
- Saubere Komponenten-Struktur
|
||||
|
||||
---
|
||||
|
||||
## Etappe 9: Proxmox-Integration
|
||||
|
||||
**Ziel:** Ein-Click-Deploy auf Proxmox LXC.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user