orbit/js
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
..
config
entities
galaxy
save Add save/load system with 10-slot localStorage bank and UI 2026-09-04 13:09:08 -06:00
scenes Move tether toast to center of screen 2026-09-04 13:33:23 -06:00
tether
ui Fix SavePanel button overflow, header decode freeze, and card lock state 2026-09-04 14:48:36 -06:00
utils Fix menu sub-bar, save panel, and confirm dialog input and z-order bugs 2026-09-04 14:31:34 -06:00
vendor
visuals
main.js