mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-23 09:46:11 +01:00
feat(card-browser): advanced filters, keyboard shortcuts, and responsive design
This commit is contained in:
parent
e0fe8a36e6
commit
a8dc1835eb
12 changed files with 2591 additions and 8 deletions
|
|
@ -1,13 +1,23 @@
|
|||
# MTG Python Deckbuilder ${VERSION}
|
||||
|
||||
### Summary
|
||||
_No unreleased changes yet._
|
||||
Card browser with advanced filters, keyboard shortcuts, and responsive design.
|
||||
|
||||
### Added
|
||||
_No unreleased changes yet._
|
||||
- **Card Browser**: Browse 26,427 Magic cards with powerful filtering
|
||||
- Multi-theme filtering (up to 5 themes), color identity, type, rarity, CMC, power/toughness
|
||||
- Six sorting options including EDHREC popularity
|
||||
- Infinite scroll with cursor-based pagination
|
||||
- Shareable filter URLs
|
||||
- **Keyboard Shortcuts**: Efficient navigation
|
||||
- `Enter`: Add first autocomplete match
|
||||
- `Shift+Enter`: Apply filters
|
||||
- `Esc` (double-tap): Clear all filters
|
||||
- Desktop-only help button with keyboard shortcuts reference
|
||||
- **Responsive Design**: Mobile-optimized with adaptive grid layout and touch-friendly controls
|
||||
|
||||
### Changed
|
||||
_No unreleased changes yet._
|
||||
- **Theme Catalog**: Improved generation to include more themes and filter out ultra-rare entries
|
||||
|
||||
### Fixed
|
||||
_No unreleased changes yet._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue