- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[example/Waspello] Make list tilt while dragged'n'dropped like in Trello #338
Comments
Can Get Task List @matijaSos ? Thanks, |
Hello @matijaSos @maksim36ua. I would like to work on this. I am a new contributor to open source. But I have a experience working with web development. Your help would be greatly appreciated!😊 |
hey @ShabanaNaik of course! Let me know how I can help? Maybe it would be best if you tried to run the code first and then lmk once you get stuck. Did you manage to successfully run Waspello? |
Hello, @matijaSos. Thank you for the opportunity 😊. I haven't tried running waspello yet but I would let you know if I am stuck anywhere or require any other help. |
Hey! I am interested in picking this up if this is still available! |
Certainly @monizb , please go for it and ping us if you have any questions! |
hi @Martinsos is this issue still open and available? i can take it up if so. |
@AddisonYan sure go for it! |
I went to pick this up and saw that the dnd library has been deprecated (atlassian/react-beautiful-dnd#2672) and has been replaced with this library: https://github.com/atlassian/pragmatic-drag-and-drop. Does it make sense to hold on this and maybe tackle it as a part of a migration effort to Atlassian’s new package? |
You can try to move it to the new package, why not! |
This is how it works in Trello:
This is in Waspello:
NOTE: For the implementation of drag'n'drop functionality in Waspello, we are using react-beautiful-dnd maintained by Atlassian (which owns Trello), so I believe with it we should able to implement the same functionality Trello has.
The problems with Waspello are:
user can't drag by focus area of list's name -> it automatically goes into edit mode (turns into input)fixed by Fix: drag n drop like trello in example #785Disregard the slight lag when the list is dropped to the new position, that is due to no support for optimistic UI updates in Wasp yet (currently discussed in #63).
The text was updated successfully, but these errors were encountered: