fix: correct Alpine scope for notes panel, tojson escaping, remove dead code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-21 16:11:41 +02:00
parent e4e4de319d
commit c9c1a50103
3 changed files with 4 additions and 5 deletions
@@ -4,6 +4,7 @@ from app.state import load_state
bp = Blueprint("albums", __name__)
# TODO(task-6): replace this stub with the real triage route
@bp.get("/triage")
def triage():
album_id = request.args.get("album_id", "")