v6: Toolbar zeigt AI-Engine-Update-Status + immer-sichtbare Badges

- /api/updates liefert zusaetzlich "engine" (llama.cpp-ROCm: neueste
  GitHub-Release vs. /opt/llamacpp-mtime, 1h gecacht)
- Toolbar-Badges fuer OS/Engine/Modelle jetzt auch im "aktuell"-Zustand
  sichtbar (gruener .ok-Style) statt nur bei ausstehenden Updates
- Guide: neuer Tutorial-Eintrag "Was passiert, wenn der Kontext volllaeuft?"

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-06-21 17:40:56 +02:00
parent 3ccdee339a
commit 3a4de152b0
4 changed files with 42 additions and 4 deletions
+1
View File
@@ -151,6 +151,7 @@ textarea{resize:vertical;min-height:64px;font-family:var(--sans)}
.upd-badge{font-size:11.5px;padding:4px 10px;border-radius:999px;cursor:pointer;white-space:nowrap;
background:rgba(68,147,224,.14);color:#86b9ff;border:1px solid rgba(68,147,224,.25)}
.upd-badge.warn{background:rgba(224,163,46,.14);color:#f0c570;border-color:rgba(224,163,46,.25)}
.upd-badge.ok{background:rgba(63,185,80,.12);color:#7ee29a;border-color:rgba(63,185,80,.22)}
.upd-badge:hover{filter:brightness(1.12)}
.mono-sm{font-family:var(--mono);font-size:11.5px;color:var(--mut)}