feat: tüit logo in header, clean transcript item layout with grouped action buttons
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user