maintenance: properly implemented preview popup for alternative cards, allowed re-selection of alternative cards

This commit is contained in:
matt 2025-10-06 14:12:17 -07:00
parent b7bf72efe8
commit beea79c76a
6 changed files with 214 additions and 23 deletions

View file

@ -1,13 +1,13 @@
# MTG Python Deckbuilder ${VERSION}
## Summary
- _Add one-line highlights for the release._
### Summary
- Alternative suggestions in the build wizard now surface the replacement card preview immediately and reload the list after a swap.
## Added
- _Bullet list of new features._
### Added
- Alternatives panel includes a "New pool" button so you can request a fresh batch of suggestions without rerunning the stage.
## Changed
- _Bullet list of user-facing changes._
### Changed
- Alternative suggestion buttons expose role, mana, and rarity metadata to hover previews for better at-a-glance context.
## Fixed
- _Bullet list of bug fixes._
### Fixed
- Previewing an alternative card now shows the replacement instead of the currently slotted card, and the list refreshes automatically after choosing an alternative.