-
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
Move Sticky toggle to status popover #62782
Conversation
Size Change: +2.25 kB (+0.13%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
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 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. |
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.
It looks good to me too, but I left some small code change suggestions.
Thanks for the excellent feedback, as always! :) |
I fixed one of the failures in the E2E tests. The error was happening here:
This test verifies that the summary panel can be hidden programmatically. b259d27db9e84c6102cd332b7bbf9bdf.mp4Whether the summary panel disappears depends on whether the Sticky toggle disappears. However, since the Sticky toggle is gone, I changed it to check that the Author button disappears instead. |
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.
LGTM 👍
Flaky tests detected in 1aa1547. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9646411894
|
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.
LGTM, thanks! I also tested with low privileged users because this control renders only if the user canEdit
in post status component. I hope I didn't miss something but seemed to render the same in trunk too.
@ntsekouras Additionally, I fixed typos. |
Oh.. so sorry about that.. Thank you! |
Thanks y'all! |
What?
Move the 'Sticky' toggle to the 'Status & visibility' popover in the post editing UX.
Why?
Testing Instructions