refactor(app): replace tab drag handling with dndkit (#33880)

Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
Brendan Allan 2026-06-26 13:29:58 +08:00 committed by GitHub
commit 929c4aaf29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 362 additions and 849 deletions

View file

@ -44,6 +44,10 @@
"vite-plugin-solid": "catalog:"
},
"dependencies": {
"@dnd-kit/abstract": "0.5.0",
"@dnd-kit/dom": "0.5.0",
"@dnd-kit/helpers": "0.5.0",
"@dnd-kit/solid": "0.5.0",
"@kobalte/core": "catalog:",
"@opencode-ai/core": "workspace:*",
"@opencode-ai/sdk": "workspace:*",