Files
kiddo/CHANGELOG.md
stephan efd006276d feat: implement Watchtower theme for web UI
Replace Pico CSS with custom Watchtower theme (Sci-Fi Dark Mode):
- Add backend/static/ directory with Watchtower CSS files
- tokens_watchtower.css: Design tokens (colors, typography, spacing)
- theme_watchtower.css: Theme overrides for components

Features:
- High-contrast dark mode (#0b0f14 background)
- Neon accent color (#00e08f teal/cyan)
- Glow effects on buttons and inputs
- Radial gradient background
- SVG noise texture overlay (bg-noise class)
- Pill-shaped buttons (border-radius: 999px)
- Uppercase labels with letter-spacing
- Monospace font for logs

UI Enhancements:
- FastAPI static files mount added
- Custom styling for all components (sections, buttons, inputs, forms)
- Accent border-left on header and update status
- Improved visual hierarchy with color coding
- OIDC button gets secondary style (outline)

Complete US_000024 and TASK_000024.
Based on minecraft-watchtower UI design.
All Pico CSS dependencies removed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30 11:59:24 +01:00

4.3 KiB

ID: DOC_000001 | Version: 0.1.0 | Status: Final By: Codex (GPT-5)

Projekt-Logbuch (Changelog)

Datum Typ Beschreibung
28.12.2025 🚀 Init ID: SETUP_000005 Struktur, VERSION, CHANGELOG, .gitignore initialisiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: EPIC_000001-EPIC_000006 und US_000001-US_000019 dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: EPIC_000007 und US_000020-US_000023 dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: US_000024 dokumentiert; OIDC- und Login-Stories praezisiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: US_000024 Theme-Assets unter assets/design vorbereitet. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: US_000025 und TASK_000025-TASK_000026 fuer OIDC-Validierung gestartet. By: Codex (GPT-5)
28.12.2025 📝 Req ID: US_000025 Runbook/Validierungsschritte dokumentiert. By: Codex (GPT-5)
28.12.2025 📝 Req ID: US_000025 Validation blocked (Service/IdP nicht bereit). By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: PR-Vorbereitung fuer feature/oidc-validation geplant. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: PAM immer aktiv; OIDC optional mit deaktivierter UI-Option dokumentiert. By: Codex (GPT-5)
28.12.2025 ⚙️ Code ID: Installer setzt PAM-Defaults in /etc/skd/env. By: Codex (GPT-5)
28.12.2025 ⚙️ Code ID: Root-Service auf Port 80, Account-Status und Self-Disable-Schutz. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: EPIC_000008 und US_000026-US_000028 fuer Client-Updates dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: Update-Format festgelegt (JSON + tar.gz). By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: Update-Service URL auf update.wlkns.org festgelegt. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: EPIC_000009 Update Webservice (External Team) dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: TASK_000027-TASK_000029 fuer EPIC_000008 ausgearbeitet. By: Codex (GPT-5)
28.12.2025 ⚙️ Code ID: Update-Config Keys in Settings/ENV/README definiert. By: Codex (GPT-5)
28.12.2025 📝 Req ID: Update-Flow fuer Client dokumentiert. By: Codex (GPT-5)
28.12.2025 📝 Req ID: Update-Flow Prototyp dokumentiert. By: Codex (GPT-5)
28.12.2025 📝 Req ID: Update-Status-Schema dokumentiert. By: Codex (GPT-5)
28.12.2025 ⚙️ Code ID: Update-Status-URL und Report im Client-Prototyp. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: US_000029-US_000032 fuer Update-UI dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: US_000033 Rollback-UI dokumentiert. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: Update-UI Anforderungen um Backup-Voraussetzung ergaenzt. By: Codex (GPT-5)
28.12.2025 🏗️ Planning ID: TASK_000030-TASK_000034 fuer Update-UI ausgearbeitet. By: Codex (GPT-5)
28.12.2025 📝 Req ID: Update-API Endpunkte dokumentiert. By: Codex (GPT-5)
28.12.2025 📝 Req ID: Update-Status/Log Dateien dokumentiert. By: Codex (GPT-5)
28.12.2025 ⚙️ Code ID: Update-Client Prototyp-Skript hinzugefuegt. By: Codex (GPT-5)
29.12.2025 ⚙️ Code ID: Update-Backend Logik implementiert (backend/update.py). By: Codex (GPT-5)
29.12.2025 ⚙️ Code ID: Update-Models und Settings erweitert (Models, Status-File Paths). By: Codex (GPT-5)
29.12.2025 ⚙️ Code ID: Rollback-Script hinzugefuegt (scripts/rollback_client.sh). By: Codex (GPT-5)
30.12.2025 ⚙️ Code ID: Update-API Endpunkte implementiert (GET /update/status, POST /update/check, POST /update/apply, POST /update/rollback, GET /update/logs). By: Claude Sonnet 4.5
30.12.2025 ⚙️ Code ID: Update-UI im Web-Frontend implementiert (Status-Anzeige, Check/Apply/Rollback Buttons, Logs-Viewer). By: Claude Sonnet 4.5
30.12.2025 🎨 UI ID: Watchtower Theme implementiert (Sci-Fi Dark Mode mit Neon-Glow, bg-noise, CSS-Variables). By: Claude Sonnet 4.5

Legende

  • 🚀 Init = Setup | 📝 Req = Requirements | 🏛️ Arch = Architektur
  • 🎨 UI = Design | ✅ Done = Abgeschlossen | ⚙️ Code = Implementation
  • 🔊 Audio = Audio-Features | 🗣️ UX = User Experience | ✨ Feature = Neu | 🛠️ CRUD = Management