mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-30 15:01:21 +00:00
43e898c66c
Extract IconButton into shared/ui and reuse it across the drawers, top bar and cheat tiles instead of repeating the glass button markup. Render the app even when the locale catalog fails to load; a rejected import previously left a blank page. Keep a draft string while a number input is focused so typing a decimal point survives formatting, and snap stepper results to the step precision. Let IncrementalControl step forward from an unrecognised value. Back off reconnect attempts and stop reconnecting after an explicit disconnect. Route locale storage through shared/storage. Give the drawers dialog semantics, Escape and focus containment; add listbox semantics plus click-away and Escape to the selection dropdown; add aria-expanded to category headers and accessible names to the controls. Add a pin button to cheat tiles, which were previously pin-by-swipe only. Compare handler props in the CategorySection memo comparator. Clear the swipe settle timer on unmount.