orbit/js/ui
Brian Fertig a3a229a72d Add per-system research category that unlocks jump gates
- Introduce a dynamic "system" research category built at runtime with two techs: `{System} Map` (granted on entry) and `Unlock {System} Jumpgates` (researchable once every NAV point is discovered).
- Wire gate activation through the research effects seam so completing the jumpgate tech activates the system's gates plus linked return gates, anchors level-1 tethers at each activated gate, and saves/restores via a new `activatedGates` set.
- Extend ResearchModel with optional tree hooks (`available`, `lockNote`) so dynamic categories can gate research on live world state without adding static requires.
- Add map and gate procedural icons, update tests for the new category contract and icon roster, and document the system category in project notes.
2026-09-06 15:56:38 -06:00
..
ActionBar.js Add shop clip toggle to surface deck 2026-09-05 15:50:09 -06:00
BuildWindow.js Fix text centering and close-button click passthrough in UI windows 2026-09-06 09:28:22 -06:00
CommsPanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
ConfirmOverlay.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
CyberShape.js
DiscoveryCompass.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
GlitchText.js
MenuButton.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MenuSubBar.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
MineralHud.js Replace tether HUD with live mineral hold readout bar 2026-09-05 12:12:18 -06:00
MiningPopup.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
ResearchWindow.js Add per-system research category that unlocks jump gates 2026-09-06 15:56:38 -06:00
SavePanel.js Add build console with tether-l2 install, dev server, and diagnostics 2026-09-05 18:55:29 -06:00
SignalCompass.js
SlotCard.js Add music system, UI SFX, and ship base stats 2026-09-05 10:10:18 -06:00
Toast.js