You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Group variant-reference filter choices under their product
A flat variant page hid the size behind a long product name and listed the same product once per variant.
* Turn list filters into a foldable panel and quiet the product grid
* Let color filters mix with references and give list search the same border as Filters
Saleor rejects AttributeInput lists that mix deprecated values with value, so product attributes now send value only. List search uses the existing bordered field, and filter drafts clone so Close no longer shares mutated state with Apply.
* Fix date-between filter layout and polish list search chrome
* Add changeset
* Extract messages
* Keep filter-row option CSS from restyling product attributes
Global select-option flex rules stretched color swatches, and the variant
assign payload overwrote Product: Variant with the bare variant name.
General update of the main lists filtering component.
6
+
7
+
Filters on product, customer, and other lists now open as a foldable panel. Search uses the same bordered field, with syntax hints where Saleor supports them.
8
+
9
+
Product and variant reference filters show chips with thumbnails; variant choices are grouped under their product. Color (swatch) attributes use a color preview instead of a plain list.
10
+
11
+
Also fixes applying color together with reference filters, and filter drafts that did not reset cleanly.
0 commit comments