-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Block Comments: Simplify action callbacks #71892
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
Conversation
|
Size Change: -41 B (0%) Total Size: 1.95 MB
ℹ️ View Unchanged
|
|
I've a follow-up refactoring, but it touches more components, so it might be better to land separately and avoid more merge conflicts. |
|
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. |
t-hamano
left a comment
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.
Nice refactoring! Happy to see a lot of red lines.
|
Thanks for the review, @t-hamano! |
6975e61 to
45b5bd5
Compare
What?
Part of #66377.
PR makes the following modifications for block comments' CRUD callbacks:
onEditCommentfor anything comment editing related. Remove separate callbacks for status changes.onCommentDelete. There's no need to re-select data from the store; it can access the whole comment object.addNewComment. We can use selectors inside similar callbacks.PR also includes additions and improvements for e2e tests.
Testing Instructions
All modifications in question have e2e test coverage.
Testing Instructions for Keyboard
Same.