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:
mwisnowski 2025-09-01 16:55:24 -07:00
parent cc16c6f13a
commit 6c48fb3437
38 changed files with 2042 additions and 131 deletions

View file

@ -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