docs: update SAVEPOINT.md with v1.10 and complete dark mode

This commit is contained in:
Hitonabi
2026-07-22 17:02:08 +02:00
parent d2fb281342
commit 24326e49b7
+6 -3
View File
@@ -2,7 +2,7 @@
## Aktueller Stand ## Aktueller Stand
**v1.9SoC Refactoring & Config Validation (22.07.2026)** **v1.10Complete Dark Mode Implementation (22.07.2026)**
Rippy läuft auf Arcane VM (192.168.178.162): Rippy läuft auf Arcane VM (192.168.178.162):
- ✅ Arcane WebUI: http://192.168.178.162:3552 - ✅ Arcane WebUI: http://192.168.178.162:3552
@@ -12,13 +12,14 @@ Rippy läuft auf Arcane VM (192.168.178.162):
- ✅ Config Validation mit TMDB-API-Key Pflicht - ✅ Config Validation mit TMDB-API-Key Pflicht
- ✅ Cache Key Centralization (cache/keys.py) - ✅ Cache Key Centralization (cache/keys.py)
- ✅ Dark Mode mit Theme-Toggle und localStorage persistence (UI-Only) - ✅ Dark Mode mit Theme-Toggle und localStorage persistence (UI-Only)
-**Alle UI-Komponenten komplett auf Dark Mode aktualisiert:**
- `App.tsx`, `Dashboard.tsx`, `Settings.tsx`, `MetadataPreview.tsx`
- ✅ Sidebar Navigation mit Dark Mode Support - ✅ Sidebar Navigation mit Dark Mode Support
- ✅ Einstellungen-Page mit Tab-Struktur - ✅ Einstellungen-Page mit Tab-Struktur
- ✅ Doppelte Arcane-Einträge behoben (`rippy` statt `Rippy`) - ✅ Doppelte Arcane-Einträge behoben (`rippy` statt `Rippy`)
- ✅ Import-Fixes (relative → absolute Imports) - ✅ Import-Fixes (relative → absolute Imports)
- ✅ Git Sync in Arcane konfiguriert - ✅ Git Sync in Arcane konfiguriert
- ✅ Commit: `43dfce5` Dark Mode Implementation - ✅ Commit: `d2fb281` — Complete Dark Mode Implementation
- ✅ Commit: `v1.9` — SoC Refactoring
### Docker-Container ### Docker-Container
@@ -38,6 +39,7 @@ Rippy läuft auf Arcane VM (192.168.178.162):
-**Etappe 6**: Docker read_only, tmpfs, healthchecks, minimale Images -**Etappe 6**: Docker read_only, tmpfs, healthchecks, minimale Images
-**Etappe 7**: API UI Modernisiert, Import-Fixes, Doppelte Einträge behoben -**Etappe 7**: API UI Modernisiert, Import-Fixes, Doppelte Einträge behoben
-**Etappe 8**: Dark Mode mit Theme-Toggle, Separation of Concerns -**Etappe 8**: Dark Mode mit Theme-Toggle, Separation of Concerns
-**Etappe 9**: Complete Dark Mode Implementation (alle UI-Komponenten)
-**Dokumentation**: README, KONZEPT.md, ROADMAP.md, SAVEPOINT.md -**Dokumentation**: README, KONZEPT.md, ROADMAP.md, SAVEPOINT.md
### Nächste Schritte ### Nächste Schritte
@@ -59,6 +61,7 @@ Rippy läuft auf Arcane VM (192.168.178.162):
### Git-Log ### Git-Log
``` ```
d2fb281 - fix: complete dark mode implementation with all UI components
43dfce5 - feat(ui): implement dark mode with theme toggle 43dfce5 - feat(ui): implement dark mode with theme toggle
rippy-ui-modern - UI Modernisiert & Import-Fixes rippy-ui-modern - UI Modernisiert & Import-Fixes
3d87c8c - Dokumentation aktualisiert 3d87c8c - Dokumentation aktualisiert