Reorder record sets via drag and drop

This commit is contained in:
Claudio Ortolina
2026-02-10 11:16:41 +00:00
parent b4c5c902bc
commit fe748782c7
12 changed files with 192 additions and 25 deletions
+8 -1
View File
@@ -7,7 +7,8 @@
"dependencies": {
"barcode-detector": "^3.0.0",
"canvas-confetti": "^1.9.3",
"live_toast": "file:../deps/live_toast"
"live_toast": "file:../deps/live_toast",
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
@@ -86,6 +87,12 @@
"node": ">=4"
}
},
"node_modules/sortablejs": {
"version": "1.15.6",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.6.tgz",
"integrity": "sha512-aNfiuwMEpfBM/CN6LY0ibyhxPfPbyFeBTYJKCvzkJ2GkUpazIt3H+QIPAMHwqQ7tMKaHz1Qj+rJJCqljnf4p3A==",
"license": "MIT"
},
"node_modules/tagged-tag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",