Skip to content

Commit a380193

Browse files
committed
change DnD Kit to grid-react-layout
1 parent 8c14ed0 commit a380193

14 files changed

Lines changed: 356 additions & 183 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@dnd-kit/core": "^6.3.1",
14-
"@dnd-kit/modifiers": "^9.0.0",
15-
"@dnd-kit/sortable": "^10.0.0",
16-
"@dnd-kit/utilities": "^3.2.2",
1713
"@radix-ui/react-label": "^2.1.2",
1814
"@radix-ui/react-select": "^2.1.6",
1915
"@radix-ui/react-slot": "^1.1.2",
@@ -24,11 +20,13 @@
2420
"@tauri-apps/plugin-store": "~2",
2521
"class-variance-authority": "^0.7.1",
2622
"clsx": "^2.1.1",
23+
"gridstack": "^11.5.1",
2724
"lucide-react": "^0.484.0",
2825
"motion": "^12.6.2",
2926
"next-themes": "^0.4.6",
3027
"react": "^18.3.1",
3128
"react-dom": "^18.3.1",
29+
"react-grid-layout": "^1.5.1",
3230
"react-router": "^7.4.0",
3331
"sonner": "^2.0.2",
3432
"tailwind-merge": "^3.0.2",

pnpm-lock.yaml

Lines changed: 90 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"height": 650,
1818
"decorations": false,
1919
"resizable": false,
20-
"maximizable": true
20+
"maximizable": false
2121
}
2222
],
2323
"security": {

0 commit comments

Comments
 (0)