sync: interactive map canvas from private repo
- React Flow replaces custom SVG map (node dragging, edge creation, SSE sync) - Redesigned QuickAddInput and EdgeExplanationModal (match SearchModal design) - Selection highlighting with edge/node dimming - Added tabBar prop to BasePaneProps and PaneHeaderProps - Removed stale activeDelegations prop from QuickAddInput callers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
05523b7cb2
commit
65d22315e1
@@ -1073,7 +1073,6 @@ export default function ThreePanelLayout() {
|
||||
<QuickAddInput
|
||||
isOpen={showAddStuff}
|
||||
onClose={() => setShowAddStuff(false)}
|
||||
activeDelegations={delegations}
|
||||
onSubmit={handleQuickAddSubmit}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user