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
a9d29407eb
Fix badge wrong spacing on the newest arrivals pattern ( https://github.com/woocommerce/woocommerce-blocks/pull/10446 )
2023-08-02 11:06:57 +02:00
Alba Rincón
0b81176d3b
Remove styles from `Newest arrivals` pattern ( https://github.com/woocommerce/woocommerce-blocks/pull/10256 )
...
* Remove styles from `Newest arrivals` pattern
* Remove id
* Replace row with columns to be able to stack blocks on mobile
* Make string translatable
* Make button string translatable
2023-07-19 13:24:32 +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
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
Albert Juhé Lluveras
0be2ef2d84
Fix capitalization in Product Collections: Newest Arrivals pattern ( https://github.com/woocommerce/woocommerce-blocks/pull/9777 )
2023-06-09 16:04:53 +02:00
Alba Rincón
0aa8c79790
[Pattern] Add new `Product Collections: Newest Arrivals` pattern ( https://github.com/woocommerce/woocommerce-blocks/pull/9240 )
...
* Add new `Product Collections: Newest Arrivals` pattern
* Remove ID
* Improve paddings
* Use product image with thumbnail style
2023-05-03 10:03:45 +02:00