Especially with the resizable sidebar. 👀
Especially with the resizable sidebar. 👀
Spent this morning applying a light coat of admin redesign CSS to the standard WP Admin to make it look and feel much more like the site editor.
What do you think?
Spent this morning applying a light coat of admin redesign CSS to the standard WP Admin to make it look and feel much more like the site editor.
What do you think?
It does not allow me to add a new button to a buttons block but I could argue that one. Lists were non negotiable
It does not allow me to add a new button to a buttons block but I could argue that one. Lists were non negotiable
This image then also has two data attributes for the icon and the size.
These then get replaced via a `render_block` hook for the frontend
This image then also has two data attributes for the icon and the size.
These then get replaced via a `render_block` hook for the frontend
Like this example here.
We are finding many of our users struggle to find where to edit their navigation. So we added back the "Menus" link under Appearance.
Like this example here.
We are finding many of our users struggle to find where to edit their navigation. So we added back the "Menus" link under Appearance.
Maybe eventually when we have the full admin redesign this is a non issue.
We already have the concept of pushing into a separate entity and back out via the onNavigateToEntityRecord function that is exposed in the settings of the block editor store.
Maybe eventually when we have the full admin redesign this is a non issue.
We already have the concept of pushing into a separate entity and back out via the onNavigateToEntityRecord function that is exposed in the settings of the block editor store.