mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
feat(combos): add Combos & Synergies detection, chip-style UI with dual hover; JSON persistence and headless honoring; stage ordering; docs and tests; bump to v2.2.1
This commit is contained in:
parent
cc16c6f13a
commit
6c48fb3437
38 changed files with 2042 additions and 131 deletions
|
@ -36,7 +36,7 @@ services:
|
|||
# Default theme for first-time visitors (no local preference yet): system|light|dark
|
||||
# When set to 'light', it maps to the consolidated Light (Blend) palette in the UI
|
||||
# - ENABLE_THEMES=1
|
||||
# - THEME=dark
|
||||
- THEME=dark
|
||||
# Logging and error utilities
|
||||
# - SHOW_LOGS=1
|
||||
# - SHOW_DIAGNOSTICS=1
|
||||
|
@ -46,6 +46,10 @@ services:
|
|||
- WEB_TAG_WORKERS=4
|
||||
# Enable virtualization + lazy image tweaks in Step 5
|
||||
- WEB_VIRTUALIZE=1
|
||||
# Version label (optional; shown in footer/diagnostics)
|
||||
- APP_VERSION=v2.2.1
|
||||
# EDHRec scraping
|
||||
# - EDHREC_FETCH=1
|
||||
volumes:
|
||||
- ${PWD}/deck_files:/app/deck_files
|
||||
- ${PWD}/logs:/app/logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue