feat(designer): structural refactor scaffold (PanelsContainer, DesignerRoot, ActionLibraryPanel, InspectorPanel, FlowListView, BottomStatusBar)

This commit is contained in:
2025-08-11 16:43:58 -04:00
parent 779c639465
commit 245150e9ef
8 changed files with 2259 additions and 3 deletions

View File

@@ -38,7 +38,8 @@
"**/*.cjs",
"**/*.js",
".next/types/**/*.ts",
"src/components/experiments/designer/state/**/*.ts"
"src/components/experiments/designer/**/*.ts",
"src/components/experiments/designer/**/*.tsx"
],
"exclude": ["node_modules", "robot-plugins"]
}