oberflaeche v4: Uebersicht als Startseite, KI-Box und Homelab mit Monitoring, Homelab-Updates je Geraet mit Alle aktualisieren, Protokoll, Einstellungsseite, neues Tab-Symbol

- Startseite "Alles auf einen Blick": Gesamtlage, je Bereich Messwerte mit Verlauf, wer welche Updates hat
  (Kurzform, Klick fuehrt in den Bereich), Hinweise, als Naechstes und zuletzt eingespielt
- Menue: Uebersicht, KI-Box (Cockpit, Updates, Modelle, Monitoring), Homelab (Cockpit, Updates, Monitoring,
  Protokoll), Einstellungen; Bereichsfarben Indigo und Violett; alte Adressen /updates und /modelle leiten weiter
- Homelab-Updates je Geraet: App-Version laeuft -> neu (mit Grund, wenn sie wartet), Pakete, Rueckweg, Knoepfe;
  Alle aktualisieren mit Plan in der Rueckfrage und Fortschritt; Cockpit zeigt die Gesundheit der Geraete
- Einstellungen als Seite: KI-Box, Homelab (Arcane-Schluessel, Docker echt/Probelauf, Ausfuehrer), Meldungen,
  Software-Stand
- Diagramme: Verlauf mit Fadenkreuz, Legende und Tabellenansicht, Kennzahlen mit Linie; Farben geprueft
- Tab-Symbol: favicon.ico/.svg, apple-touch-icon, Manifest-Icons

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-24 22:18:56 +02:00
co-authored by Claude Opus 5.5
parent bf1153cb66
commit 1104200a30
37 changed files with 2244 additions and 493 deletions
+22
View File
@@ -67,6 +67,14 @@
--color-rot-text: var(--rot-text);
--color-rot-grund: var(--rot-grund);
--color-rot-rand: var(--rot-rand);
--color-box: var(--box);
--color-box-text: var(--box-text);
--color-box-grund: var(--box-grund);
--color-box-rand: var(--box-rand);
--color-lab: var(--lab);
--color-lab-text: var(--lab-text);
--color-lab-grund: var(--lab-grund);
--color-lab-rand: var(--lab-rand);
--color-aus-grund: var(--aus-grund);
--color-aus-rand: var(--aus-rand);
--color-aus-text: var(--aus-text);
@@ -124,6 +132,20 @@
--rot-text: #ff9a92;
--rot-grund: #2e0f0d;
--rot-rand: #a33a33;
/* Farben der beiden Bereiche — nur für Zugehörigkeit (Menü, Kopf, Karten), nie für Zustände:
Zustände bleiben grün/bernstein/rot/cyan. KI-Box = Indigo, Homelab = Violett. */
--box: #8b95ff;
--box-text: #b4bbff;
--box-grund: #151a36;
--box-rand: #3f4aa8;
--lab: #c98bff;
--lab-text: #deb8ff;
--lab-grund: #22163a;
--lab-rand: #6d44a6;
/* Messreihen im Monitoring (geprüft auf dunklem Grund #15181b, auch für Farbfehlsichtigkeit):
erste Reihe Blau, zweite Magenta. Zustandsfarben bleiben für Zustände. */
--reihe-1: #3987e5;
--reihe-2: #d55181;
--aus-grund: #171b1f;
--aus-rand: #2e343a;
--aus-text: #9aa3ad;