feat: tüit logo in header, clean transcript item layout with grouped action buttons

This commit is contained in:
2026-04-01 14:37:03 +02:00
parent 2ab6e7d73b
commit b74147967b
4 changed files with 133 additions and 9 deletions
+5
View File
@@ -39,6 +39,11 @@ async def appjs():
return FileResponse(str(FRONTEND_DIR / "app.js"))
@app.get("/logo.svg")
async def logo():
return FileResponse(str(FRONTEND_DIR / "logo.svg"), media_type="image/svg+xml")
# ── PID file ───────────────────────────────────────────────────────────────────
def write_pid(pid_path: str):