woocommerce/plugins/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout
Darren Ethier bfdfa2f603 Move calculating state outside of checkout state (https://github.com/woocommerce/woocommerce-blocks/pull/2163)
* remove calculating as a checkout status (making it separate)

* include checkout is calculating for determining whether to flip payment status to process

* only change payment method state for status changes if needed

* fix reducer for shipping state

* include checkoutIsCalculating for determining whether to show validation errors in checkout block

* change where currentStatus is defined

* fix bug with saved payment method option
2020-04-08 11:46:34 -04:00
..
checkout-order-error Cart item validation and notices in cart/checkout (https://github.com/woocommerce/woocommerce-blocks/pull/2079) 2020-04-02 15:04:43 +01:00
empty-cart Add billing data context (https://github.com/woocommerce/woocommerce-blocks/pull/2027) 2020-03-26 13:31:09 +00:00
no-shipping-placeholder Disable checkout form in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/2128) 2020-04-06 16:35:09 +01:00
sidebar Respect needs_shipping in Cart and Checkout (https://github.com/woocommerce/woocommerce-blocks/pull/2101) 2020-04-02 18:10:36 +01:00
attributes.js Refactor useBillingData to useCheckoutContext and hooking it up to form (https://github.com/woocommerce/woocommerce-blocks/pull/2002) 2020-03-23 21:13:41 +01:00
block.js Move calculating state outside of checkout state (https://github.com/woocommerce/woocommerce-blocks/pull/2163) 2020-04-08 11:46:34 -04:00
edit.js Update previews and editor styles for cart and checkout blocks (https://github.com/woocommerce/woocommerce-blocks/pull/2160) 2020-04-08 16:03:39 +01:00
editor.scss Update previews and editor styles for cart and checkout blocks (https://github.com/woocommerce/woocommerce-blocks/pull/2160) 2020-04-08 16:03:39 +01:00
frontend.js Get preview data from Editor Context / (https://github.com/woocommerce/woocommerce-blocks/pull/2134) 2020-04-07 16:41:22 +01:00
index.js Update previews and editor styles for cart and checkout blocks (https://github.com/woocommerce/woocommerce-blocks/pull/2160) 2020-04-08 16:03:39 +01:00
style.scss Handle errors in processOrder (https://github.com/woocommerce/woocommerce-blocks/pull/2156) 2020-04-08 17:29:48 +02:00