-
Notifications
You must be signed in to change notification settings - Fork 219
Add media controls to the Featured Category block #6360
Add media controls to the Featured Category block #6360
Conversation
Size Change: +131 B (0%) Total Size: 872 kB
ℹ️ View Unchanged
|
@sunyatasattva I really like what you've done here, and the block works as expected based on the testing steps you've provided along with the warning. I am just wondering do we use similar controls on other blocks? The reason I ask is based on the conversation about the "Replace" button, and about this being a pattern. So I am wondering if this is also inline with how its done with other blocks in Gutenberg. If not, do you think it's worth Vivien having a look over this too? |
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.
Preemptively approving this but left a comment here #6360 (comment)
We don't use any other blocks with media controls AFAIK, but based on the Gutenberg image block, this is the current pattern. Although I'd always vote for some design UX revision to be honest, I don't find it a great experience currently. |
This PR adds image editing controls to the Featured Categort block. In particular, user can now:
Each edit gets saved in the database as a new image.
Closes #6236
Screenshots
Testing
Automated Tests
User Facing Testing
Zoom, Aspect ratio, Rotate | Apply, Cancel
controlsThe image editor UX might not be immediately intuitive, but it will make sense after a while when you'll familiarize. In the meantime, if you have never used that, you might be taken aback from the following things:
WooCommerce Visibility
Performance Impact
Changelog