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
@@ -3,8 +3,6 @@ from app.state import load_state, save_state
bp = Blueprint("notes", __name__)
PHASE_ORDER = ["triage", "curate", "group", "write", "export"]
@bp.post("/notes/save")
def save_notes():