-
Notifications
You must be signed in to change notification settings - Fork 219
Add to Cart Form: Replace Notice with Skeleton component #8842
Add to Cart Form: Replace Notice with Skeleton component #8842
Conversation
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +234 B (0%) Total Size: 1.07 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.
I think we have a limitation to do that, because the block wrapper disables some mouse events, so if we put a popover inside the block wrapper it wouldn't trigger the mouseover event. In that case, we could put it around the block wrapper, but I don't know if it would be the best solution, what do you think? |
This PR has been marked as If deemed still relevant, the pr can be kept active by ensuring it's up to date with the main branch and removing the stale label. |
…ocks into feat/replace-notice-with-skeleton-on-add-to-cart-form-block
Hey, @thealexandrelara, I added the tooltip and also updated the class names on the editor site to follow the CSS guidelines via 41c2aa7. |
Looking great, thank you! Just a question regarding the Tooltip position, on the image you shared the tooltip appears at the top, but in the current implementation it is appearing at the bottom, is that expected? |
Good observation! If we put the tooltip on the top, it will be on top of the quick controls, for this reason, I preferred to move it at the bottom! |
Great! I agree with the change, if it's okay to you, we can approve this PR and merge it |
I added the different cursor style as design specs via 3c4a05b. |
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
@thealexandrelara I have added the correct labels to this PR. |
This PR replaces the Notice component of the Add To Cart Form block with a Skeleton component
Fixes #8818
Accessibility
prefers-reduced-motion
Other Checks
Screenshots
Testing
Automated Tests
User Facing Testing
wp-group
section with thewp-group
section inside the templates/templates/blockified/single-product.html file of this PR.WooCommerce Visibility
Changelog