Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,554 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in woocommerce/woocommerce-gutenberg-products-block that received 8 comments
Use @wordpress/base-styles and @automattic/color-studio as a base for our styles
Fixes #1331.
This PR:
Replaces several SCSS variables and hardcoded CSS values with variables from @wordpress/base-styles and @automattic/color-st…
- Fix React hook dependency warnings in filter an All Products blocks
- Fix 3D secure payment errors
- Some changes/additions to the release checklist
- Make 'retry' property on errors from checkoutAfterProcessingWithSuccess/Error observers default to true if it's undefined
- Simplify emitEventWithAbort logic
- Ensure new payment methods are only displayed when no saved payment method is selected
- Fix PaymentMethodTab wrong propType
- Don't load contents of payment method hidden tabs
- Refactor payment methods components
Created an issue in woocommerce/storefront that received 1 comment
WordPress 5.6 compatibility – editor width doesn't change based on full-width/default template
To Reproduce Create a new page. In the sidebar, open the Page Attributes panel and switch between the Default template and the Full Width. Notice …