mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-30 05:05:19 +01:00
maintenance: properly implemented preview popup for alternative cards, allowed re-selection of alternative cards
This commit is contained in:
parent
b7bf72efe8
commit
beea79c76a
6 changed files with 214 additions and 23 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue