UX: Abmelden-Button als prominenter Outline-Button mit Trennlinie (SW by-v763)

This commit is contained in:
rene 2026-05-07 19:25:27 +02:00
parent a3c8d77a14
commit 77795345b8
5 changed files with 15 additions and 9 deletions

View file

@ -327,7 +327,7 @@ MEDIA_DIR = os.getenv("MEDIA_DIR", "/data/media")
os.makedirs(MEDIA_DIR, exist_ok=True)
app.mount("/media", StaticFiles(directory=MEDIA_DIR), name="media")
APP_VER = "762" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "763" # muss mit APP_VER in app.js übereinstimmen
@app.get("/api/version")
async def app_version():