Comment Detail Redesign: Moderation Bar Update
Fixes #18999
This PR removes the old moderation bar from comments section and adds a new table-view version of it.
To test:
- Log in to a WP Account
- In My Site, select Menu
- Comments
- Select any comment
- Check if the old moderation bar has been removed.
- Validate if a new section called "STATUS" has been added below and it is responsive to selections.
Regression Notes
-
Potential unintended areas of impact Comments' status may not function properly
-
What I did to test those areas of impact (or what existing automated tests I relied on) Manually tested it. Follow the steps above.,
-
What automated tests I added (or what prevented me from doing so) N/A
PR submission checklist:
- [x] I have completed the Regression Notes.
- [x] I have considered adding unit tests for my changes.
- [x] I have considered adding accessibility improvements for my changes.
- [x] I have considered if this change warrants user-facing release notes and have added them to
RELEASE-NOTES.txtif necessary.
You can test the changes in Jetpack from this Pull Request by:
- Clicking here or scanning the QR code below to access App Center
- Then installing the build number
pr19331-d59b179on your iPhone
You can test the changes in WordPress from this Pull Request by:
- Clicking here or scanning the QR code below to access App Center
- Then installing the build number
pr19331-d59b179on your iPhone
@wargcm That blinking issue is resolved in my local branch but I added a condition to not allow a selected status to be selected regardless. So it should fix it here as well.