mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-19 17:10:12 +01:00
feat: align builder commander hover with deck view
- reuse shared hover metadata in Step 5 and keep the preview in-app\n- let hover reasons expand without an embedded scrollbar\n- document the hover polish in CHANGELOG and release notes
This commit is contained in:
parent
b0080ed482
commit
a0299fbcfc
14 changed files with 1046 additions and 473 deletions
|
|
@ -69,7 +69,7 @@
|
|||
Auto-filled: <strong>{{ auto_filled_themes|join(', ') }}</strong>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if fallback_reason %}
|
||||
{% if fallback_reason and has_primary %}
|
||||
{% if synergy_fallback and (not resolved_list) %}
|
||||
{% set notice_class = 'danger' %}
|
||||
{% elif synergy_fallback %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue