feat: layer panel with element tree - shows layers + elements as children with count badges, sub-layers supported

This commit is contained in:
2026-06-27 14:27:34 +02:00
parent 4303076ce4
commit affa6be151
5 changed files with 1228 additions and 183 deletions
+1
View File
@@ -980,6 +980,7 @@ const CADEditor: React.FC<CADEditorProps> = ({ projectId, token, onNavigateBack
onRenameLayer={handleRenameLayer}
onDuplicateLayer={handleDuplicateLayer}
onToggleLock={handleToggleLock}
elements={elements}
onRenameBlock={handleRenameBlock}
onDuplicateBlock={handleDuplicateBlock}
onDeleteBlock={handleDeleteBlock}