Thomas Roberts

Results 19 issues of Thomas Roberts

### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [x] Have you checked to ensure there...

package: @woocommerce/extend-cart-checkout-block

## Describe the bug When searching for blocks in the editor, an error is sometimes shown ``` Stylesheet storefront-gutenberg-blocks-css was not properly added. For blocks, use the block API's style...

category: refactor
priority: normal
category: styles
editor

This PR adds a notice to the inspector when editing Cart and Checkout blocks, and their inner blocks. It also adds functionality to dismiss the notice. I reused the `useCompatibilityNotice`...

status: ready to merge
category: components
◼️ block: cart
◼️ block: checkout
type: compatibility

This PR will graduate the Cart and Checkout Blocks so they are available even when WooCommerce Blocks is not running as a feature plugin (i.e. it is included in WooCommerce...

status: needs review
category: blocks
◼️ block: cart
◼️ block: checkout

Here's a screenshot of it happening and also a link to a code sandbox - any ideas on how to fix this? ![image](https://user-images.githubusercontent.com/5656702/96987061-656e6a00-151a-11eb-9f80-0c61b264676f.png) https://codesandbox.io/s/purple-https-sp75u?file=/index.html Thanks!

This PR will change the `getValidationError` and `getValidationErrorId` selectors so they no longer return a function. This was a confusing developer experience as the selector names did not match the...

status: ready to merge
category: refactor
skip-changelog
category: blocks
◼️ block: checkout

This PR will remove the wording relating to closing the issues (since https://github.com/woocommerce/woocommerce-blocks/issues/6872 we don't close the issues/PRs anymore) and also updates the number of days mentioned before a PR...

status: ready to merge
skip-changelog
github_actions

Fixes # #### Accessibility - [ ] I've tested using only a keyboard (no mouse) - [ ] I've tested using a screen reader - [ ] All animations respect...

stale

In #7016 it was mentioned that the documentation was lacking for how the POST request to the checkout endpoint should look. We should add an example request payload. We should...

type: documentation