|
|
044203e332
|
ui: add logo and favicon
|
2025-12-30 13:40:11 +01:00 |
|
|
|
f27e423ef3
|
ui: add login routing and docs
|
2025-12-30 13:25:15 +01:00 |
|
|
|
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 |
|
|
|
107cdabe8d
|
feat: implement update backend API and client logic
Add complete update mechanism for client-side updates:
- backend/update.py: Core update logic (check, apply, rollback, status/logs)
- backend/app.py: REST API endpoints (GET /update/status, POST /update/check, POST /update/apply, POST /update/rollback, GET /update/logs)
- backend/models.py: Pydantic models for update API responses
- backend/settings.py: Update config (status/log file paths)
- scripts/rollback_client.sh: Rollback script for failed updates
- scripts/update_client.sh: Enhanced update client script
- CLAUDE.md: Documentation for future Claude Code instances
Complete US_000026-028 and TASK_000027-029:
- US_000026: Client pulls updates from remote service
- US_000027: Client verifies and applies updates atomically
- US_000028: Client reports update status to backend
All endpoints require authentication. Updates run asynchronously.
Documentation updated per SOP (CHANGELOG, PROJECT_STATUS, stories/tasks).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-30 11:18:34 +01:00 |
|
|
|
2d1ca05bf0
|
feature: root service and account status
|
2025-12-28 22:35:34 +01:00 |
|
|
|
b566055d0a
|
auth: improve pam flow and user status
|
2025-12-28 16:47:43 +01:00 |
|
|
|
e380288755
|
code: keep pam enabled and gate oidc
|
2025-12-28 13:49:30 +01:00 |
|
|
|
3991362e67
|
feature: add oidc login flow
|
2025-12-28 09:16:16 +01:00 |
|
|
|
6f49528bbd
|
first commit
|
2025-12-15 12:07:32 +01:00 |
|