-
Notifications
You must be signed in to change notification settings - Fork 4.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
List View: Allow drag and drop to reorder items #29727
Comments
For reference, we added drag support in #23952. Let's treat this as a great refinement on the presentation and to ensure we apply it throughout the different "block navigator" place now that the List View is a full panel. |
Closely related to #25067. |
Yep, as mentioned drag and drop should hopefully still be working, it needs to be enabled. One thing that was hard to achieve in #23952 was the drop indicator styling. I think that may have regressed as well with styling changes to List View. It should show a blue line that's as wide as the item when dropping as a sibling, and a slightly indented line when dropping as a child (handled by dragging on the right side of the item). And I never quite came up with a way to un-nest items through drag and drop. That could still be worked on. Finally, I think it may also need some optimisation. 😄 |
What will it take to enable drag and drop for all instances of the list-view? |
Right now the drag and drop is behind a |
I've been exploring this a bit in figma. Here are the various flows I worked on so far:
The second one feels most complex, so I put a prototype together to demonstrate how that could work: drag.and.drop.mp4 |
What problem does this address?
We have numerous tools to reorder blocks. The List View provides a glancable tool of your site structure, and is used in a few places, it's in the post editor, it's in the post editor, it works as a persistent sidebar in the site editor, and it exists as a tool for the navigation block.
We could offer an additional drag and drop affordance in this tool, which might be useful for very long posts, or for the navigation which might feature complex nesting in menus.
What is your proposed solution?
Note: This change should apply to anywhere we use the List View component. Here shown for the Navigation block:
Make the entire list view item draggable:
You'd still be able to focus the item itself, or the ellipsis, individually:
The ellipsis menu contains a "Move to..." item that duplicates the move action.
The text was updated successfully, but these errors were encountered: