Phase 2: User experience enhancements to templates handling, dashboard and overlays.

This commit is contained in:
2025-11-17 11:55:53 +01:00
parent 6010666dcf
commit 6af58808ad
10 changed files with 368 additions and 58 deletions

View File

@@ -2,4 +2,4 @@ from pydantic import BaseModel
from typing import Literal
class SettingsUpdate(BaseModel):
overlay_theme: Literal['dark-purple', 'bright-green']
overlay_theme: Literal['dark-purple', 'bright-green', 'minimal-light', 'hacker-green']