feat: sync map pane exploration overhaul

- port the read-only map exploration behavior and focus wiring from the private repo
- align the OS map pane with the shipped focused-node and overview interactions

Generated with Claude Code
This commit is contained in:
“BeeRad”
2026-04-15 20:17:35 +10:00
parent 4c9f2c6f5a
commit 097c4c61bb
9 changed files with 902 additions and 799 deletions
+1
View File
@@ -170,6 +170,7 @@ export default function NodePane({
activeTab={activeTab}
onTabSelect={onTabSelect}
onNodeClick={onNodeClick}
onOpenInMap={onPaneAction ? () => onPaneAction({ type: 'switch-pane-type', paneType: 'map' }) : undefined}
onTabClose={onTabClose}
refreshTrigger={refreshTrigger}
onTextSelect={onTextSelect}