Mike Jolley
8abad3ad04
Add no payment methods placeholder ( https://github.com/woocommerce/woocommerce-blocks/pull/1998 )
...
* Update tabs and payment methods component classnames to meet standards
* Tidied up logic and added NoPaymentMethods placeholder
* Consistent "NO" placeholders
* frontend notices
* comments
* Update assets/js/base/components/payment-methods/no-payment-methods/style.scss
Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
* Address feedback
* Moar bundle size
* Another notice
* Tweak text
Co-authored-by: Albert Juhé Lluveras <aljullu@gmail.com>
2020-03-20 12:48:11 -04:00
Mike Jolley
e6dfe243f9
Switch out usage from withComponentId to tree-shaken withInstanceId ( https://github.com/woocommerce/woocommerce-blocks/pull/1923 )
2020-03-10 14:40:30 +00:00
Mike Jolley
514642395a
Prevent wp.components loading on frontend ( https://github.com/woocommerce/woocommerce-blocks/pull/1918 )
...
* Avoid importing @wordpress/components in icon library
* Avoid @wordpress/compose and @wordpress/components in `base`
* Move hocs used on frontend to base
* Revert "Move hocs used on frontend to base"
This reverts commit bf09016fdc2fc1bea2f465018fecc76945f69d5e.
2020-03-10 11:20:40 +00:00
Darren Ethier
8627b81c16
Add payment method api and components to checkout steps ( https://github.com/woocommerce/woocommerce-blocks/pull/1349 )
...
This adds a payment methods api to the checkout block that allows for extension to register payment methods with the block.
2020-01-06 17:28:09 -05:00