-
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
Persistent List View: Improve interplay with the other left-side sidebars #29468
Comments
It's persistent while it's opened, but opening another left sidebar (like the inserter) should close it. I don't think it needs to be remembered and opened again. Once it's closed (either by closing directly or opening another) it's closed for good. The other parallel is the block inspector and the global styles sidebar on the right. |
I can understand this logic at certain viewports, but if I have a sufficiently wide viewport this is just restrictive for no reason. I've been trying to build a theme with the site editor, and I often jump between templates as I'm going; With this decision, its incredibly frustrating that I can't have both my list of templates and the list of blocks on the current template open at the same time. |
What do you think about making this sidebar available for plugins too? We have a few use cases where it would make sense to have some controls be more prominent & easier to discover than what a sidebar shared with block settings allows. It would be great to have an API exposed to query what's open, or even a |
Plugins can already use
@shaunandrews I think this is different. The W sidebar is the main core navigation, and should not interact with inner sidebars on the editor. The ones I mean should not stack are the block inserter and the list view as they occupy the same plane. |
In watching a video of a person using the Site Editor, it's mentioned a desire to have both list view and the inserter open at the same time. For larger screen sizes, this is worth considering, perhaps in the same way we're looking at the future of the Site Editor with a more layered approach like this: We could reuse a similar design approach to have both open at once. |
This issue is about the Persistent List View experiment (#28637), currently only available in the Site Editor.
Currently, Navigation, Inserter, and List View sidebars are alternative between each others: opening one will close the other.
Given the Persistent List View is supposed to be persistent, we might want to find a better interaction between the three sidebars.
Possible solutions:
The text was updated successfully, but these errors were encountered: