Starting work on new dynamic widgets using HTMX and Alpine.

This commit is contained in:
Yaro Kasear 2025-08-13 09:08:00 -05:00
parent 109176573c
commit c8190be21c
5 changed files with 174 additions and 3 deletions

View file

@ -36,6 +36,10 @@ def coffee():
matrix, clicked = generate_solvable_matrix(level)
return render_template("coffee.html", matrix=matrix, level=level, clicked=clicked)
@main.route("/playground")
def playground():
return render_template("playground.html")
@main.route("/")
def index():
worklog_query = eager_load_worklog_relationships(