orbit/js/ui
Brian Fertig 22c2ccfcd2 Add GALAXY tab to the MAP console with whole-galaxy chart, jump lanes, a
- New `GalaxyView` renders glowing stars per archetype (pulsing heartbeat),
  the jump-lane web (traveled/frontier/unexplored), the charted region's
  convex hull, HOME/SHIP markers, hover readouts, and CONFIRM JUMP on a
  live lane (reuses the existing gate transport).
- `GalaxyChart.js` provides the pure model + geometry: edgeKey, snapshot
  builder, convex hull / padded polygon, star pulse/color, and plate
  clipping (Liang-Barsky + Sutherland-Hodgman) — all Node-testable.
- Run's footprint (`visitedSystems`, `usedGates`) is captured/restored/
  reset in SaveData; legacy saves default to "current system charted,
  nothing traveled".
- MapWindow gains tab switching between the system chart and the galaxy
  view, with shared stats/legend/status chrome per mode.
- Two dev tests cover the galaxy model, save round-trip, hull geometry,
  plate clipping, and a regression for the star-label blink bug.
2026-09-07 15:59:47 -06:00
..
ActionBar.js Add MAP console with system chart and fog-of-war 2026-09-06 23:43:35 -06:00
BuildWindow.js Add Mining research category and ship-scoped build upgrades 2026-09-07 11:50:36 -06:00
CommsPanel.js Add gate comm window and sprite-based jump gate rendering 2026-09-06 20:26:06 -06:00
ConfirmOverlay.js Add autopilot confirm dialog and wheel zoom / drag pan to the map consol 2026-09-07 10:27:29 -06:00
CyberShape.js
DiscoveryCompass.js Add compact far-display mode to the discovery compass 2026-09-07 11:07:20 -06:00
GalaxyView.js Add GALAXY tab to the MAP console with whole-galaxy chart, jump lanes, a 2026-09-07 15:59:47 -06:00
GlitchText.js
MapWindow.js Add GALAXY tab to the MAP console with whole-galaxy chart, jump lanes, a 2026-09-07 15:59:47 -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
ResearchWindow.js
SavePanel.js
SignalCompass.js
SlotCard.js
Toast.js