rosswintle / turbo-admin

WordPress Command Palette
11 stars 1 forks source link

Feature request: Collapse all Gutenberg sidebar panels #28

Open philipjohn opened 1 year ago

philipjohn commented 1 year ago

Only bought the browser extension a few days ago but I'm absolutely loving it, and have the plugin installed on one site as well.

One thing that really irks me is when you open the editor and some of the panels in the sidebar are open. The most frustrating culprit is Yoast SEO, which always opens it's panel and I rarely need to use it so it just gets in my way of getting to other panels.

I'd be great if Turbo Admin could have an option where it could automatically collapse all the panels on load, or perhaps just remember the state between loads.

rosswintle commented 1 year ago

That's great to hear. Thanks for buying and contributing your ideas!

Do you mean the right-hand sidebar?

I confess, it may be tricky/impossible as so much of this is done with React code and it's hard to manipulate. But I'll try to take a look sometime.

I want to do a similar thing with Dashboard widgets. There's even a prototype for that.

philipjohn commented 1 year ago

Do you mean the right-hand sidebar?

Sorry, yes, I could have been clearer! As an example, this is how the sidebar looks for me when I first open the editor to create a new post:

Screenshot from 2023-05-01 11-03-30

I'd love to have those panels collapsed by default.

I want to do a similar thing with Dashboard widgets. There's even a prototype for that.

Nice! But yeah, probably easier than the editor panels :smile: