-
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
Align page edit features in Site Editor and Post Editor #52632
Comments
Hello folks, so I've been thinking a little bit about it and shared some comments here #55844 (comment) I think we've been going about this in the wrong way. We're duplicating more and more components while we could unify both post editor and site editor to use the same code and share components through the existing I'm going to start working on some of this and my plan is the following:
|
Should we close this issue and work on refining the document inspector design in the post editor instead? |
I think we should keep this open, we can use it to track that work. IT's going to be a bit of a ride but let's see how it goes. We can consider this one some kind of overview for this unification. |
What about the other way around:
|
There's something that also needs design thinking: the way to publish / mark things as private / pending ... differ between both editors, how to align there? |
It seems to be buggy too(maybe a regression happened at some point). In post editor you have limited statuses available, which can result for example, not being able to make a page a draft again. Unless I'm missing some other UI... |
@ntsekouras there's a "revert to draft" button that appears in the sidebar for this. |
@jasmussen @SaxonF @jameskoster A few questions about aligning the "template mode" of the post editor with the site editor.
We need to make decisions about how to align these two flows. The UI @jameskoster shared above is a first step which for me means:
The last remaining question is: What do we do with the "default mode". Should that be something configurable?
The other hidden question here is: The site editor is going to get post and CPT editing capabilities at some point as well. So it should probably also be "post-only" by default for posts there. My thinking is that post editors and site editors should probably have the same behavior for all CPTs and that potentially whether "preview" is enable or not initially could be a CPT config. |
The idea for me is to have the same thing, what's that "thing" is up to you and the rest of the designers :P |
The big red button in the post editor is perhaps a bit too prominent. It will likely be removed in favor of the menu item as a part of #59689. |
I think with the |
There are a number of smaller edit actions that are available in the post editor, but not the site editor. The mis-alignment means users sometimes need to hop between editors, which can be frustrating.
In addition to the Page Inspector, we should consider the new details panel, and the Command Palette when working out the placement for these items.
The text was updated successfully, but these errors were encountered: