orbit/js/ui
Brian Fertig 2bad1f1e84 Fix SavePanel button overflow, header decode freeze, and card lock state
- Pin DOWNLOAD ALL button's right edge to the panel inner boundary using its actual rendered width instead of a fixed 210px assumption that let the label spill past the window
- Drive title/subtitle decode animations through both 'opening' and 'shown' states so the scramble completes rather than freezing mid-glyph when the crack-open settles
- Set `card.locked` (no underscore) to match what SlotCard.press() actually gates on, preventing stale `_locked` writes from leaving cards inert
- Add a real pointer-press helper in the dev test that maps canvas coords through the FIT-mode zoom and dispatches mouseover/down/up to exercise the full click pipeline end-to-end
2026-09-04 14:48:36 -06:00
..
ActionBar.js
ConfirmOverlay.js Fix menu sub-bar, save panel, and confirm dialog input and z-order bugs 2026-09-04 14:31:34 -06:00
CyberShape.js
DiscoveryCompass.js
GlitchText.js
MenuButton.js Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
MenuSubBar.js Fix menu sub-bar, save panel, and confirm dialog input and z-order bugs 2026-09-04 14:31:34 -06:00
SavePanel.js Fix SavePanel button overflow, header decode freeze, and card lock state 2026-09-04 14:48:36 -06:00
SlotCard.js Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
Toast.js Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00