feat(queue): make queue tracks draggable via dnd-kit
Wire up @dnd-kit sortable context in QueuePanel so tracks can be reordered by dragging the grip handle, dispatching moveInQueue on drop.
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"test:watch": "rstest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@olly/modern-sk": "^0.1.5",
|
||||
"@phosphor-icons/react": "^2.1.10",
|
||||
"@reduxjs/toolkit": "^2.12.0",
|
||||
|
||||
Reference in New Issue
Block a user