mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-07 10:08:51 +01:00
feat: add ideal counts slider UI with smart validation
This commit is contained in:
parent
9ab3835e2a
commit
35bff901d2
12 changed files with 217 additions and 11 deletions
|
|
@ -255,6 +255,7 @@ See `.env.example` for the full catalog. Common knobs:
|
|||
| `SHOW_MUST_HAVE_BUTTONS` | `0` | Surface the must include/exclude buttons and quick-add UI (requires `ALLOW_MUST_HAVES=1`). |
|
||||
| `THEME` | `dark` | Initial UI theme (`system`, `light`, or `dark`). |
|
||||
| `WEB_STAGE_ORDER` | `new` | Build stage execution order: `new` (creatures→spells→lands) or `legacy` (lands→creatures→spells). |
|
||||
| `WEB_IDEALS_UI` | `slider` | Ideal counts interface: `slider` (range inputs with live validation) or `input` (text boxes with placeholders). |
|
||||
|
||||
### Random build controls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue