woocommerce/plugins/woocommerce-blocks/assets/js/editor-components
Niels Lange 99bed6d7ba
Display price in place order button (#47083)
* WIP: Display price in place order button

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Fix JS lint error

* Update e2e tests

* Display default place order button including placeholder in page editor

* Update plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx

Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>

* Optimise i18n using sprintf

* Wrap cart totals in “useSelect”

* Temporary skip failing e2e test

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2024-05-08 16:18:48 +07:00
..
block-title update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
color-panel Add Color Panel (https://github.com/woocommerce/woocommerce-blocks/pull/10062) 2023-07-21 10:35:32 +01:00
default-notice Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
edit-product-link Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
editable-button Display price in place order button (#47083) 2024-05-08 16:18:48 +07:00
error-placeholder Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
expandable-search-list-item Update product category controls to use typescript (https://github.com/woocommerce/woocommerce-blocks/pull/11909) 2023-12-08 11:39:31 +00:00
external-link-card Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
feedback-prompt Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-content-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-layout-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
heading-toolbar Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
incompatible-extension-notice Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
no-payment-methods-notice Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
page-selector Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
product-attribute-term-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-category-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-orderby-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-stock-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
product-tag-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
products-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
search-list-control Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
sidebar-compatibility-notice Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
switch-to-classic-shortcode-button Add tracking for incompatible extensions (#42816) 2024-01-19 13:03:33 +07:00
tag Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
text-toolbar-button Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
utils Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
README.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00

README.md

Editor Components

These are shared components used in WooCommerce blocks for the editor (Gutenberg) UI.

Many of our blocks need rich, smart components to provide an interface for selecting or configuring blocks with WooCommerce data. Often there are multiple blocks that need such components. Components in this collection are used in multiple blocks, and may include logic for working with Woo data specifically (e.g. products, shipping methods, product categories).

See Storybook & Components doc for more information.


We're hiring! Come work with us!

🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.