orbit/js/ui
Brian Fertig 856508ff01 Change galaxy layout to a 2:1 field and harden jump-network construction
- Replace the square star field with a wide (width × height) field whose
  aspect matches the map plate, so the fully-zoomed-out galaxy fills the
  plate instead of letterboxing; recompute zone edges for equal-area thirds
  under the new diagonal CDF.
- Add fitPadded() in SystemChart.js and use it in GalaxyView.js to frame
  the galaxy as a true rectangle fit with a plate-pixel margin, replacing
  the old world-unit padding that left stars on the plate edge.
- Rework the JumpNetwork spanning-tree heuristic to "save the stranded
  first" (attach the candidate with the fewest unvisited non-barren
  neighbors) and strengthen the repair pass: never attach to barren nodes,
  guard swaps against cycles via inSubtree(), and add a last-resort
  fallback that preserves strong connectivity.
- Update tests (galaxy.test.mjs, system-chart.test.mjs) for the field
  bounds and the new fitPadded behavior; refresh README, PROJECT_NOTES,
  and data comments to document the 2:1 field and platePadding knob.
2026-09-08 14:51:19 -06:00
..
ActionBar.js
BuildWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
CommsPanel.js
ConfirmOverlay.js Fix SET DESTINATION button overflow in shared ConfirmOverlay 2026-09-07 19:23:18 -06:00
CyberShape.js
DiscoveryCompass.js Add asteroid field depletion and restyle station compass + research edge 2026-09-08 13:18:48 -06:00
GalaxyView.js Change galaxy layout to a 2:1 field and harden jump-network construction 2026-09-08 14:51:19 -06:00
GlitchText.js
MapWindow.js Fix frozen video feed on window reopen and add construct SFX 2026-09-08 10:32:46 -06:00
MenuButton.js
MenuSubBar.js Fix menu sub-bar anchor to rest on deck top edge, not button 2026-09-07 12:23:50 -06:00
MineralHud.js
MiningPopup.js
QuestTrackerHud.js Add quest tracker HUD with priority system and live checklist 2026-09-08 12:55:10 -06:00
QuestWindow.js Add quest tracker HUD with priority system and live checklist 2026-09-08 12:55:10 -06:00
ResearchWindow.js Add asteroid field depletion and restyle station compass + research edge 2026-09-08 13:18:48 -06:00
SavePanel.js
SignalCompass.js
SlotCard.js
Toast.js