-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Support transitioning between lists #2
Comments
@alexreardon, is there a rough ETA on this? |
We do not really work on ETA's - but we are starting work on this in the next week or two |
Things are well underway for this one! The result of a whiteboard session with @jaredcrowe |
The really hard part one about this one will be getting the keyboard story right. We are really sweating the details to make it work as naturally as possible |
@alexreardon will there be support for moving between nested lists? |
At this stage I will say no - we may look into it in the future though |
@alexreardon I would definitely vote for nested lists as well. I think the whole Drag and Drop behaviour is mostly used for Kanban boards (btw would be sick to see this being used in Trello) and UI/Page/Layout builders. The latter is what I use react-dnd for, can't wait to switch to react-beautiful-dnd though. |
At this stage we are not targeting support for interacting Draggables between nested lists for the initial version of this. It adds a lot of complexity which will hold up us delivering this feature. We can look into the ability of transitioning between nested lists as a seperate issue in the future |
Keep in mind that there will be support for dropping on lots of different Droppables - just not nested Droppables initially. |
Branch we are using for this feature: https://github.com/atlassian/react-beautiful-dnd/tree/moving-between-lists |
when will be ready to support moving between nested lists? |
We are looking at landing a whole range of features before looking into transitioning between nested lists |
It might seem quiet - but we are busy at work with this one! I just had a break through today with keyboard dragging |
Still rough, but you can have a play with our work in progress here Try using the keyboard - it is awesome. Some of the examples are still a little wonky - still a work in progress |
@alexreardon very nice! One thing I could imagine being improved (outside of this PR) is that when the card isn't lifted, the card focus would move so that I can easily select a different one with arrow keys. |
@hakunin you are welcome to add that on top of the library. You would need to patch the When nothing is dragging |
@alexreardon thanks, makes sense. Trello uses |
@alexreardon Crazy stuff, looks absolutely amazing! |
Can't wait to see progress on this @alexreardon Nice work 🙌 |
We are hoping to ship today or tomorrow!! |
can there only be one placeholder in a board? |
@poryzhao this needs some more thinking I agree. The challenge with removing the original placeholder is that the list size can collapse. Perhaps it is better to keep the space at the bottom of the list rather than in place. What do others think? |
No description provided.
The text was updated successfully, but these errors were encountered: