-
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
Update: Implement new author panel design. #61362
Update: Implement new author panel design. #61362
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +123 B (+0.01%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
41028fe
to
e8949aa
Compare
e8949aa
to
9773a1b
Compare
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.
Thanks!
@jorgefilipecosta where does that 'Copy to a new draft' link in your screenshot come from? 🤔 |
Hi @jameskoster, that link was not related to this PR or core the link is from a third-party plugin that I was testing when I captured the screenshot. Sorry for having it included in the screenshot and causing confusion. |
No problem, just checking I wasn't missing a core feature we needed to account for! |
<PostPanelRow label={ __( 'Author' ) } ref={ setPopoverAnchor }> | ||
<Dropdown | ||
popoverProps={ popoverProps } | ||
className="editor-post-author__panel-dropdown" |
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.
We're not using this className.
className="editor-post-author__panel-toggle" | ||
variant="tertiary" | ||
aria-expanded={ isOpen } | ||
// translators: %s: Current post link. |
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.
Wrong translators comment 😄
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: jameskoster <[email protected]>
This PR implements the new author panel design shown here: #59689 (comment)
Screenshots
Testing Instructions
Verified I could still change the author of a post and page.