feat: implement drag-and-drop functionality for sound management in PlaylistEditPage; add sortable components for better user experience

This commit is contained in:
JSC
2025-08-10 21:33:03 +02:00
parent 34f20f33af
commit 0c7875cac5
3 changed files with 495 additions and 160 deletions

View File

@@ -11,6 +11,9 @@
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",