mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
Web UI: setup progress + logs folding, Finished Decks library, commander search UX (debounce, keyboard, highlights, color chips), ranking fixes (first-word priority, substring include), optional auto-select; setup start reliability (POST+GET), force runs, status with percent/ETA/timestamps; stepwise builder with added stage reporting and sidecar summaries; keyboard grid wrap-around; restrict commander search to eligible rows
This commit is contained in:
parent
8fa040a05a
commit
0f73a85a4e
43 changed files with 4515 additions and 105 deletions
|
@ -5,4 +5,10 @@ tqdm>=4.66.0
|
|||
# Optional pretty output in reports; app falls back gracefully if missing
|
||||
prettytable>=3.9.0
|
||||
|
||||
# Web UI stack (FastAPI + Jinja + HTMX served via CDN)
|
||||
fastapi>=0.110.0
|
||||
uvicorn[standard]>=0.28.0
|
||||
Jinja2>=3.1.0
|
||||
python-multipart>=0.0.9
|
||||
|
||||
# Development dependencies are in requirements-dev.txt
|
Loading…
Add table
Add a link
Reference in a new issue