Alba Rincón
e2d5175c65
Ensure the content of the patterns is also AI-generated ( https://github.com/woocommerce/woocommerce-blocks/pull/10997 )
...
* Fix bug, it was always returning {'ai_content_generated':true} even in case of error
* Refactor PatternImages to extract static helper method to PatternImagesHelper and rename to PatternUpdater
* Fix use on patterns
* Update the pattern content using AI as well
* Make API requests in parallel
* Fix prompt and update patterns with generated content
* Return default content if patterns content is empty
* Fix patterns and failed responses
* Add timeout to the request multiple function
* Replace square by landscape
* Remove todo
* Return error on content update error
* Ensure the pattern content exists within the wc_blocks_patterns_content option: if it doesn't exist, fetch the default content from the default dictionary instead.
---------
Co-authored-by: Patricia Hillebrandt <patriciahillebrandt@gmail.com>
2023-09-25 09:48:52 +00:00
Alba Rincón
ee9b93a026
Remove `queryId` parameter from patterns ( https://github.com/woocommerce/woocommerce-blocks/pull/10616 )
2023-08-17 09:06:48 +02:00
Luigi Teschio
bd082541a3
fix compatibility with WP 6.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/10449 )
2023-08-02 15:58:39 +00:00
Patricia Hillebrandt
adf39ff0fe
Store Customization > Featured Products 5-Item Grid pattern - Update the pattern to become wireframed ( https://github.com/woocommerce/woocommerce-blocks/pull/10401 )
...
* Featured Products 5-Item Grid pattern: Ensure a placeholder image is displayed when the product doesn't have any
* Ensure the wp-block-group is aligned wide.
* Update text styles
* Make texts translatable.
* Update the Featured Products 5-Item Grid pattern
2023-07-31 08:48:41 +02:00
Brian
249dcb74f2
Consistent Pattern Titles ( https://github.com/woocommerce/woocommerce-blocks/pull/9814 )
...
* Update featured-category-cover-image.php
* Update featured-category-focus.php
* Update featured-category-triple.php
* Update featured-products-5-cols.php
* Update filters.php
* Update footer-large-dark.php
* Update footer-large.php
* Update footer-simple-dark.php
* Update footer-simple.php
* Update footer-simple-menu-and-cart.php
* Update footer-with-2-menus-dark.php
* Update footer-with-2-menus.php
* Update footer-with-3-menus.php
* Update header-centered-search-pattern.php
* Update header-essential-dark.php
* Update header-essential.php
* Update header-large-dark.php
* Update header-large.php
* Update header-minimal.php
* Update hero-product-3-split.php
* Update hero-product-chessboard.php
* Update hero-product-split.php
* Update just-arrived-full-hero.php
* Update no-products-found.php
* Update product-collections-featured-collection.php
* Update product-collections-featured-collections.php
* Update product-collections-newest-arrivals.php
* Update product-details-listing.php
* Update product-details-pattern.php
* Update product-featured-2-columns.php
* Update product-hero-2-col-2-row.php
* Update product-hero.php
* Update product-listing-with-gallery-and-description.php
* Update product-query-1-1-image-4-column-products-row.php
* Update product-query-3-column-product-row.php
* Update product-query-4-column-product-row.php
* Update product-query-large-image-product-gallery.php
* Update product-query-minimal-5-column-products-row.php
* Update product-query-minimal-product-list.php
* Update product-query-product-gallery.php
* Update product-query-product-list-with-1-1-images.php
* Update product-query-product-list-with-full-product-description.php
* Update product-search-form.php
* Update shop-by-price.php
* Update store-info-alt-image-and-text.php
* Update testimonials-3-columns.php
* Update testimonials-single.php
* Create readme.md
* Update featured-category-cover-image.php
* Update featured-category-focus.php
* Update featured-category-triple.php
* Update featured-products-5-cols.php
* Update filters.php
* Update footer-large-dark.php
* Update footer-large.php
* Update testimonials-single.php
* Update testimonials-3-columns.php
* Update store-info-alt-image-and-text.php
* Update shop-by-price.php
* Update readme.md
* Update product-search-form.php
* Update product-query-product-list-with-full-product-description.php
* Update product-query-product-list-with-1-1-images.php
* Update product-query-product-gallery.php
* Update product-query-minimal-product-list.php
* Update footer-simple-dark.php
* Update footer-simple-menu-and-cart.php
* Update footer-simple.php
* Update footer-with-2-menus-dark.php
* Update footer-with-2-menus.php
* Update footer-with-3-menus.php
* Update product-query-minimal-5-column-products-row.php
* Update product-query-large-image-product-gallery.php
* Update product-query-4-column-product-row.php
* Update product-query-3-column-product-row.php
* Update product-query-1-1-image-4-column-products-row.php
* Update product-listing-with-gallery-and-description.php
* Update product-hero.php
* Update product-hero-2-col-2-row.php
* Update product-featured-2-columns.php
* Update product-details-pattern.php
* Update product-details-listing.php
* Update product-collections-newest-arrivals.php
* Update product-collections-featured-collections.php
* Update product-collections-featured-collection.php
* Update no-products-found.php
* Update just-arrived-full-hero.php
* Update hero-product-split.php
* Update hero-product-chessboard.php
* Update hero-product-3-split.php
* Update header-minimal.php
* Update header-large.php
* Update header-large-dark.php
* Update header-essential.php
* Update header-essential-dark.php
* Update header-centered-search-pattern.php
* Update readme.md
* Update and rename readme.md to README.md
* Update patterns/README.md
Co-authored-by: Karol Manijak <karol.manijak@automattic.com>
---------
Co-authored-by: Karol Manijak <karol.manijak@automattic.com>
Co-authored-by: Niels Lange <info@nielslange.de>
2023-06-21 09:50:12 +02:00
Luigi Teschio
e285dd0879
Products Block: fix grid view with Gutenberg 16 ( https://github.com/woocommerce/woocommerce-blocks/pull/9916 )
...
* Revert "fix products block layout on gutenberg 16 (https://github.com/woocommerce/woocommerce-blocks/pull/9886 )"
This reverts commit 53665a5bde
.
* add post_template_has_support_for_grid_view setting
2023-06-20 14:12:30 +00:00
Alba Rincón
fe8330d2a8
`Featured Products 5-item grid` fix alignment ( https://github.com/woocommerce/woocommerce-blocks/pull/9913 )
...
* Styling and improvements
* Fix pattern alignment
---------
Co-authored-by: roykho <roykho77@gmail.com>
2023-06-20 15:49:43 +02:00
Luigi Teschio
53665a5bde
fix products block layout on gutenberg 16 ( https://github.com/woocommerce/woocommerce-blocks/pull/9886 )
2023-06-20 08:56:55 +02:00
Alba Rincón
cbfd2977dd
[Patterns] Update button color for `Hero Product 3 Split` ( https://github.com/woocommerce/woocommerce-blocks/pull/9467 )
...
* Add color to the search button, fix php notices
* Update button color
* Update button color
* Update button color
* Update button color
* Update button color
* Remove WooCommerce from the name to follow standards
* Remove colors from buttons in patterns without hardcoded bg color
2023-06-07 10:10:07 +02:00
Alba Rincón
1673fcb3c2
[Patterns]: Add new `Featured products: 5-item grid` pattern ( https://github.com/woocommerce/woocommerce-blocks/pull/9006 )
...
* Add new pattern
* Style improvements after review
* Fix price on mobile and image thumbnail
* Remove columns for title and price
* Review improvements
* Use shop url
* Make the product title bold
2023-04-25 16:22:58 +02:00