-
Notifications
You must be signed in to change notification settings - Fork 218
Add/11823 hide filters per collection #12122
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9584744 - Browse repository at this point
Copy the full SHA 9584744View commit details -
Move Product Collection editor related code to edit directory and dis…
…play the placeholer
Configuration menu - View commit details
-
Copy full SHA for 815cbc0 - Browse repository at this point
Copy the full SHA 815cbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7f5dc - Browse repository at this point
Copy the full SHA fe7f5dcView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8565738 - Browse repository at this point
Copy the full SHA 8565738View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a0313 - Browse repository at this point
Copy the full SHA e5a0313View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbeb508 - Browse repository at this point
Copy the full SHA fbeb508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5decf65 - Browse repository at this point
Copy the full SHA 5decf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104bf1f - Browse repository at this point
Copy the full SHA 104bf1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb526f - Browse repository at this point
Copy the full SHA 8fb526fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b663694 - Browse repository at this point
Copy the full SHA b663694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa4dd6 - Browse repository at this point
Copy the full SHA 8fa4dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for feddf81 - Browse repository at this point
Copy the full SHA feddf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1b558 - Browse repository at this point
Copy the full SHA 2d1b558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cec5e0 - Browse repository at this point
Copy the full SHA 6cec5e0View commit details
Commits on Sep 19, 2023
-
Fix typo and update placeholder instruction in product-collection
1. Corrected a typographical error in the `README.md` file, changing "registred" to "registered". 2. Updated the instruction text presented in the `product-collection-placeholder.tsx` file to offer clearer guidance for users.
Configuration menu - View commit details
-
Copy full SHA for 1ac3c57 - Browse repository at this point
Copy the full SHA 1ac3c57View commit details -
Refactor Product Collection block and update New Arrivals collection
- Updated the New Arrivals collection's default attributes to refine the block's appearance and content structure: - Reduced the default number of columns from 5 to 3 - Set the default number of items per page to 9 - Adjusted the collection attribute to reference the collection name dynamically - Replaced the hardcoded inner blocks template with a more dynamic structure, introducing a welcoming message and centralized product template usage - Refactored constants.ts to create distinct inner block templates for product, pagination, and no-results scenarios, enhancing reusability across different collections and improving code readability with descriptive comments Note: The changes aim to streamline the New Arrivals collection setup and facilitate maintainability through a more dynamic and structured approach to inner block templates.
Configuration menu - View commit details
-
Copy full SHA for 76a88a5 - Browse repository at this point
Copy the full SHA 76a88a5View commit details -
Refactor: Rename QueryEditComponentProps to ProductCollectionEditComp…
…onentProps and update props usage - Renamed the `QueryEditComponentProps` type to `ProductCollectionEditComponentProps` to better match the Product Collection block context. Updated all occurrences in various files to maintain consistency. - Changed `openPatternSelectionModalOpen` prop to `openPatternSelectionModal` to correct the typo and make the naming more intuitive. Updated its usage in different files accordingly.
Configuration menu - View commit details
-
Copy full SHA for 6ee03ae - Browse repository at this point
Copy the full SHA 6ee03aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815e6e6 - Browse repository at this point
Copy the full SHA 815e6e6View commit details -
Refactor: Rename QueryPlaceholder component and update imports and co…
…mments - Renamed `QueryPlaceholder` component to `ProductCollectionPlaceholder` to better describe the component in the context of the Product Collection block. - Adjusted the import statements to group WordPress dependencies together and highlighted a TypeScript expectation error regarding missing Gutenberg types with `@ts-expect-error`.
Configuration menu - View commit details
-
Copy full SHA for 6ab7b6a - Browse repository at this point
Copy the full SHA 6ab7b6aView commit details
Commits on Sep 20, 2023
-
Refactor: Use block.json properties and enhance pattern selection modal
This commit introduces several improvements and refactors to the `product-collection` block: - Utilized `block.json` for defining the block name in various files to centralize the block's configuration, making the codebase easier to maintain. - Moved and renamed `PatternSelectionModal.tsx` file to streamline the file structure and reflect its usage accurately. - Refactored the `PatternSelectionModal.tsx` file to: - Enhance type definitions and deal with missing TypeScript definitions using `@ts-expect-error`. - Update the import paths due to file relocations. - Streamline function names and parameters for better readability and understanding. - Change the modal title and category to reflect that users are choosing a "collection" rather than a "pattern". - Improved `PatternSelectionModal` to use `block.json` name and category properties, promoting maintainability and adherence to DRY principle. - Refactored `PatternSelectionModal` functions to construct the block query and apply it to patterns more robustly. - Updated `product-collection-placeholder.tsx` to use block name from `block.json`. - In `pattern-chooser-toolbar.tsx`, updated button label to indicate "Choose collection" instead of "Choose pattern" to maintain consistency with other changes. - Removed redundant filter addition in `inspector-controls/index.tsx`.
Configuration menu - View commit details
-
Copy full SHA for 9768354 - Browse repository at this point
Copy the full SHA 9768354View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8554ed6 - Browse repository at this point
Copy the full SHA 8554ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c97714 - Browse repository at this point
Copy the full SHA 1c97714View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef16e22 - Browse repository at this point
Copy the full SHA ef16e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a5a8f - Browse repository at this point
Copy the full SHA 49a5a8fView commit details
Commits on Sep 22, 2023
-
Update modal title and placeholder button text
1. Changes the title in the pattern selection modal from 'Choose a pattern' to 'Choose a collection'. 2. Updates the button text in the product collection placeholder from 'Add default Product Collection' to 'Use default collection'. These changes aim to provide clearer instruction and terminology to the user.
Configuration menu - View commit details
-
Copy full SHA for e72a104 - Browse repository at this point
Copy the full SHA e72a104View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3df3e3f - Browse repository at this point
Copy the full SHA 3df3e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4c3fd - Browse repository at this point
Copy the full SHA af4c3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bce89e - Browse repository at this point
Copy the full SHA 8bce89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38bdcda - Browse repository at this point
Copy the full SHA 38bdcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174515a - Browse repository at this point
Copy the full SHA 174515aView commit details -
Add the padding top between Product Collection selection modal previe…
…ws to give it more space
Configuration menu - View commit details
-
Copy full SHA for 0b57b89 - Browse repository at this point
Copy the full SHA 0b57b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa5175 - Browse repository at this point
Copy the full SHA 6aa5175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8bb2f - Browse repository at this point
Copy the full SHA 1b8bb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddae428 - Browse repository at this point
Copy the full SHA ddae428View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c1a477 - Browse repository at this point
Copy the full SHA 2c1a477View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d841f2 - Browse repository at this point
Copy the full SHA 9d841f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264e82e - Browse repository at this point
Copy the full SHA 264e82eView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a37a9ba - Browse repository at this point
Copy the full SHA a37a9baView commit details
Commits on Oct 23, 2023
-
Rename with containing Pattern Selection Modal as it changes its purp…
…ose to Collection Selection Moda;l
Configuration menu - View commit details
-
Copy full SHA for 5d54dcb - Browse repository at this point
Copy the full SHA 5d54dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc1a97 - Browse repository at this point
Copy the full SHA 8fc1a97View commit details -
Simplify New Arrivals structure to just Product Collection block
Remove surrounding elements from New Arrivals Collection: heading and paragraph
Configuration menu - View commit details
-
Copy full SHA for 87b7f14 - Browse repository at this point
Copy the full SHA 87b7f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b2312 - Browse repository at this point
Copy the full SHA a9b2312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18956d4 - Browse repository at this point
Copy the full SHA 18956d4View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 149fee7 - Browse repository at this point
Copy the full SHA 149fee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef75cc3 - Browse repository at this point
Copy the full SHA ef75cc3View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e78a83 - Browse repository at this point
Copy the full SHA 4e78a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c112964 - Browse repository at this point
Copy the full SHA c112964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5771518 - Browse repository at this point
Copy the full SHA 5771518View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa46395 - Browse repository at this point
Copy the full SHA fa46395View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c98525d - Browse repository at this point
Copy the full SHA c98525dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9769b17 - Browse repository at this point
Copy the full SHA 9769b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e58e9a - Browse repository at this point
Copy the full SHA 9e58e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e185b - Browse repository at this point
Copy the full SHA 71e185bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2009efd - Browse repository at this point
Copy the full SHA 2009efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad52a49 - Browse repository at this point
Copy the full SHA ad52a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10360a1 - Browse repository at this point
Copy the full SHA 10360a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e27fe - Browse repository at this point
Copy the full SHA f2e27feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f824d - Browse repository at this point
Copy the full SHA 07f824dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dee843 - Browse repository at this point
Copy the full SHA 8dee843View commit details -
Configuration menu - View commit details
-
Copy full SHA for b633f96 - Browse repository at this point
Copy the full SHA b633f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3248853 - Browse repository at this point
Copy the full SHA 3248853View commit details -
Configuration menu - View commit details
-
Copy full SHA for d37c041 - Browse repository at this point
Copy the full SHA d37c041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6abb6 - Browse repository at this point
Copy the full SHA 8d6abb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faeccd - Browse repository at this point
Copy the full SHA 2faeccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bad6f - Browse repository at this point
Copy the full SHA 92bad6fView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0346a5 - Browse repository at this point
Copy the full SHA d0346a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64502f - Browse repository at this point
Copy the full SHA b64502fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c0fe0 - Browse repository at this point
Copy the full SHA 10c0fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9b4df - Browse repository at this point
Copy the full SHA dc9b4dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb7d02 - Browse repository at this point
Copy the full SHA 5bb7d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26c6d6 - Browse repository at this point
Copy the full SHA b26c6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b34b2 - Browse repository at this point
Copy the full SHA b8b34b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c068e - Browse repository at this point
Copy the full SHA 25c068eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590a762 - Browse repository at this point
Copy the full SHA 590a762View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b00a6 - Browse repository at this point
Copy the full SHA f6b00a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b56d3 - Browse repository at this point
Copy the full SHA 42b56d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f0288 - Browse repository at this point
Copy the full SHA c2f0288View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bed592f - Browse repository at this point
Copy the full SHA bed592fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3178339 - Browse repository at this point
Copy the full SHA 3178339View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for badf4aa - Browse repository at this point
Copy the full SHA badf4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9837826 - Browse repository at this point
Copy the full SHA 9837826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e1f97 - Browse repository at this point
Copy the full SHA 36e1f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c094c - Browse repository at this point
Copy the full SHA b7c094cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba6845 - Browse repository at this point
Copy the full SHA bba6845View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c52a3c - Browse repository at this point
Copy the full SHA 5c52a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c855fb - Browse repository at this point
Copy the full SHA 2c855fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9712641 - Browse repository at this point
Copy the full SHA 9712641View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0804ca - Browse repository at this point
Copy the full SHA b0804caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff42e8c - Browse repository at this point
Copy the full SHA ff42e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd4496 - Browse repository at this point
Copy the full SHA 6cd4496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4661e48 - Browse repository at this point
Copy the full SHA 4661e48View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 048a45c - Browse repository at this point
Copy the full SHA 048a45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c0cba - Browse repository at this point
Copy the full SHA a2c0cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037410f - Browse repository at this point
Copy the full SHA 037410fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0503847 - Browse repository at this point
Copy the full SHA 0503847View commit details -
Configuration menu - View commit details
-
Copy full SHA for b846a54 - Browse repository at this point
Copy the full SHA b846a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef9462 - Browse repository at this point
Copy the full SHA bef9462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41df492 - Browse repository at this point
Copy the full SHA 41df492View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 838770d - Browse repository at this point
Copy the full SHA 838770dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7509e5e - Browse repository at this point
Copy the full SHA 7509e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 677d1e7 - Browse repository at this point
Copy the full SHA 677d1e7View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fe5e9b - Browse repository at this point
Copy the full SHA 3fe5e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9446ef - Browse repository at this point
Copy the full SHA c9446efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dacf2 - Browse repository at this point
Copy the full SHA 78dacf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89064e5 - Browse repository at this point
Copy the full SHA 89064e5View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 945924a - Browse repository at this point
Copy the full SHA 945924aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d70b1ab - Browse repository at this point
Copy the full SHA d70b1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592f5a5 - Browse repository at this point
Copy the full SHA 592f5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd888ee - Browse repository at this point
Copy the full SHA cd888eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0d51f - Browse repository at this point
Copy the full SHA 2c0d51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be274ac - Browse repository at this point
Copy the full SHA be274acView commit details -
Update Inspector Controls with the mechanisms checking if filters sho…
…uld be displayed
Configuration menu - View commit details
-
Copy full SHA for 853065a - Browse repository at this point
Copy the full SHA 853065aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 279c20b - Browse repository at this point
Copy the full SHA 279c20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c27d4fc - Browse repository at this point
Copy the full SHA c27d4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9b043 - Browse repository at this point
Copy the full SHA 0a9b043View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b482fc - Browse repository at this point
Copy the full SHA 2b482fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e609230 - Browse repository at this point
Copy the full SHA e609230View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f3fbc1 - Browse repository at this point
Copy the full SHA 8f3fbc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b622b61 - Browse repository at this point
Copy the full SHA b622b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca352b - Browse repository at this point
Copy the full SHA aca352bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffe028 - Browse repository at this point
Copy the full SHA 1ffe028View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 692e49b - Browse repository at this point
Copy the full SHA 692e49bView commit details -
Merge branch 'add/10822-new-flow-for-product-collection' into add/118…
…23-hide-filters-per-collection
Configuration menu - View commit details
-
Copy full SHA for 6181180 - Browse repository at this point
Copy the full SHA 6181180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb072f - Browse repository at this point
Copy the full SHA 5bb072fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79936bc - Browse repository at this point
Copy the full SHA 79936bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab897f1 - Browse repository at this point
Copy the full SHA ab897f1View commit details -
Merge branch 'add/10822-new-flow-for-product-collection' into add/118…
…23-hide-filters-per-collection
Configuration menu - View commit details
-
Copy full SHA for ebbe4ff - Browse repository at this point
Copy the full SHA ebbe4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2251d - Browse repository at this point
Copy the full SHA bf2251dView commit details