Added: CSS template switch in Dashboard.

This commit is contained in:
2025-11-17 03:06:25 +01:00
parent d72e27ad2e
commit 43b8610aa6
5 changed files with 68 additions and 5 deletions

5
schemas.py Normal file
View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
from typing import Literal
class SettingsUpdate(BaseModel):
overlay_theme: Literal['dark-purple', 'bright-green']