CodeNomad/packages/ui/src
Pascal André 6bcc52567d
fix(ui): make right panel drag reorder work
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.
2026-07-25 13:04:25 +02:00
..
components fix(ui): make right panel drag reorder work 2026-07-25 13:04:25 +02:00
images Split workspace into electron and ui packages 2025-11-17 12:06:58 +00:00
lib fix(ui): simplify right panel customization popover 2026-07-25 12:42:18 +02:00
renderer refactor(tauri): use imported event and dialog APIs 2026-03-19 19:38:43 +00:00
stores feat(restore): persist Yolo and session expansion state (#611) 2026-07-19 17:16:56 +01:00
styles fix(ui): make right panel drag reorder work 2026-07-25 13:04:25 +02:00
types feat(desktop): persist and restore UI state across restarts (#578) 2026-07-15 10:22:23 +01:00
App.tsx fix(restore): simplify persistence and harden cross-platform cleanup (#602) 2026-07-17 22:17:15 +01:00
index.css Split workspace into electron and ui packages 2025-11-17 12:06:58 +00:00
main.tsx feat(desktop): persist and restore UI state across restarts (#578) 2026-07-15 10:22:23 +01:00
vite-env.d.ts Add CLI server and move UI to HTTP API 2025-11-17 18:18:45 +00:00