task(CAD-14): phase 4a - tool options store + panel (optionsSchema-driven UI in right sidebar, dispatcher getOptions wired, registry defaults seeded) - truss options length/chordCount/angle now actually reach the tools

This commit is contained in:
Agent Zero
2026-09-16 23:05:17 +02:00
parent cd5d4326db
commit 2a05257ab5
8 changed files with 254 additions and 0 deletions
+1
View File
@@ -1732,6 +1732,7 @@ const CADEditor: React.FC<CADEditorProps> = ({ projectId, token, onNavigateBack
<RightSidebar
activePanel={activeRightPanel}
onPanelChange={setActiveRightPanel}
activeToolId={activeTool}
selectedElement={selectedElement}
layers={layers}
blocks={blocks}