mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-04 12:17:17 +02:00
522 B
522 B
MTG Python Deckbuilder
[Unreleased]
Added
- Hover-intent prefetch (
WEB_PREFETCH=1): Hovering over an "Open" button on the Finished Decks page now prefetches the deck view in the background after a 100 ms delay, eliminating the CSV-parse wait on click. On Chrome 108+, uses the Speculation Rules API for full prerender (data-prerender-ok="1"); falls back torel=prefetchon other browsers. Feature-flagged and off by default; respects Data Saver / 2G connections and limits concurrent prefetches to 2.