Skip to content

Commit

Permalink
fix: table drag sorting fails
Browse files Browse the repository at this point in the history
Signed-off-by: 1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Nov 25, 2024
1 parent 68a9352 commit af84009
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 656 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/modifiers": "^8.0.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
Expand Down Expand Up @@ -52,8 +56,6 @@
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",
Expand Down
155 changes: 72 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af84009

Please sign in to comment.