Danny Dudzic
Danny Dudzic
When doing the 4.1.1 release, I have noticed a bunch of unrelated errors before merging the PR. 1. Multiple instances of the same **PHP error** in inc/class-storefront.php: `A hook was...
This PR addresses WP.org requirements listed here: https://themes.trac.wordpress.org/ticket/85232
While working on #1508 I have noticed a number of issues with the Startford navigation, like: **1. Inconsistent borders**  **2. Margin issues**  --------------------------- The update addresses all that:...
This is an attempt at adding a **Products by Rating** filter block. For now, I have focused on the core functionality, and there are several pending items on the to-do...
This is an issue for tracking adding E2E tests to the Products by Rating filter block.
https://github.com/woocommerce/woocommerce-blocks/pull/7048 extracts the Rating logic from the Rating product element that's being used for the **All Products** block. It would make sense to use one, shared component for all Rating...
 Once https://github.com/woocommerce/woocommerce-blocks/pull/7048 is merged, we should deprecate the legacy Filter Products by Rating widget.
 Currently, the **Clear All** button (link) clears the `rating_filter` parameter from the URL but doesn't remove the Rating filter (and doesn't update the product query).
 The Products by Rating filter block should follow the Display Options pattern of other filter blocks. Related issues: https://github.com/woocommerce/woocommerce-blocks/issues/7127
## Describe the bug Rating stars are displaying correctly in posts and pages, but fail to load correctly in the site editor. ## To reproduce Steps to reproduce the behavior:...