-
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
Site Editor: Add the Post Author component to the Page sidebar #56368
Conversation
@@ -18,7 +22,7 @@ export default function PageSummary( { | |||
postType, | |||
} ) { | |||
return ( | |||
<VStack> | |||
<VStack spacing={ 0 }> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This small change is independent but it just removes the spacing between the different controls to match the post editor.
) } | ||
<div className="editor-post-panel__row-control">{ children }</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change here is a simplification that also makes the "pending" toggle look better spaced in the post editor.
Size Change: +47 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
I agree, I don't like the design that looks so different. But I'm going to leave that for a separate issue/person probably. I'd like to move forward with more unification of existing stuff. |
Related #52632
What?
This PR adds the "post author" control from the post editor to the site editor sidebar. The goal is to ultimately bridge the gap between these two editors and just merge them.
Testing Instructions
1- Open a page in the site editor.
2- Notice that you can change the author from the sidebar.