mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
feat: Add include/exclude card lists feature with web UI, validation, fuzzy matching, and JSON persistence (ALLOW_MUST_HAVES=1)
This commit is contained in:
parent
7ef45252f7
commit
0516260304
39 changed files with 3672 additions and 626 deletions
|
@ -17,6 +17,7 @@ services:
|
|||
ENABLE_THEMES: "1"
|
||||
ENABLE_PRESETS: "0"
|
||||
WEB_VIRTUALIZE: "1"
|
||||
ALLOW_MUST_HAVES: "1" # 1=enable must-include/must-exclude cards feature; 0=disable
|
||||
|
||||
# Theming
|
||||
THEME: "system"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue