-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch react-dnd to pragmatic drag and drop (#3043)
* Switch react-dnd to pragmatic DnD * Drag as URL * Drop URLs into playlists, closes #644 * Use InsertTarget everywhere * ci: add dep group for pragmatic-dnd * Update mock values * Drag soundcloud as URL * Fix waitlist drag interactions * Prevent dropping on self * Prevent dropping on self but better
- Loading branch information
1 parent
cb1f034
commit c3ad716
Showing
24 changed files
with
515 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
"author": "Renée Kooi <[email protected]>", | ||
"type": "module", | ||
"dependencies": { | ||
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1", | ||
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3", | ||
"@emotion/cache": "^11.6.0", | ||
"@emotion/core": "^11.0.0", | ||
"@emotion/react": "^11.13.3", | ||
|
@@ -61,8 +63,6 @@ | |
"react-abstract-autocomplete": "^2.0.3", | ||
"react-async-hook": "^4.0.0", | ||
"react-bus": "^3.0.0", | ||
"react-dnd": "^16.0.0", | ||
"react-dnd-html5-backend": "^16.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-google-button": "^0.8.0", | ||
"react-markdown": "^9.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.