mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-03 20:25:14 +00:00
Replace the native HTML drag handlers on right-panel tabs and Status sections with the same solid-dnd sortable primitives used by the main instance tabs. This keeps direct drag-to-reorder interaction reliable across the panel customization UI while preserving the existing persisted order model. Validation: npm exec --no -- tsx --test packages/ui/src/components/instance/shell/right-panel/registry.test.ts; npm run typecheck --workspace @codenomad/ui; git diff --check. |
||
|---|---|---|
| .. | ||
| components | ||
| images | ||
| lib | ||
| renderer | ||
| stores | ||
| styles | ||
| types | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||
| vite-env.d.ts | ||