task(G2): layout bar UI + viewport minimap widget, zoomPan setView, canvas layout bridge

This commit is contained in:
Agent Zero
2026-08-29 02:43:51 +02:00
parent d4e1b781a6
commit 7feed9e9e3
6 changed files with 454 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ import CanvasArea from './components/CanvasArea';
import RightSidebar from './components/RightSidebar';
import CommandLine from './components/CommandLine';
import StatusBar from './components/StatusBar';
import LayoutBar from './components/LayoutBar';
import MobileDrawers from './components/MobileDrawers';
import BackgroundImport from './components/BackgroundImport';
import HistoryPanel from './components/HistoryPanel';
@@ -1704,6 +1705,7 @@ const CADEditor: React.FC<CADEditorProps> = ({ projectId, token, onNavigateBack
history={commandHistory}
onCommand={handleCommand}
/>
<LayoutBar />
<StatusBar
snapEnabled={snapEnabled}
orthoEnabled={orthoEnabled}