-
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
Replace Post/Block tab switcher with TabPanel
#43414
Comments
I found this old PR that attempted to do this, but was closed - Use TabPanel in edit settings sidebar header (#13587). It looks like one issue surfaced in that PR (and has come up a few times recently in other issues) is that |
Ah, #46704 may unblock it then. |
@aaronrobertshaw asked for my feedback over here in another issue. I highly support this now that the Thanks. |
Closed by #55360 |
Prerequisite for #41904 #42320
The Post/Block tab switcher in the Inspector (
.edit-post-sidebar__panel-tabs
) is currently implemented as a list of buttons, and is missingtabpanel
semantics.This should be replaced with the TabPanel component.
The text was updated successfully, but these errors were encountered: