Tomek Wytrębowicz
Tomek Wytrębowicz
### Is your feature request related to a problem? This is a follow-up from the discussion at https://github.com/woocommerce/pinterest-for-woocommerce/pull/266#issuecomment-977669697, where we were looking for a better way to fire track events...
This issue was found at https://github.com/woocommerce/pinterest-for-woocommerce/pull/261#discussion_r750081852 ### Describe the bug: Documentation links without a specified language, redirect to `/zh/…`, then redirect to `zh/zh/…`, and so on, which eventually ends on...
### Changes proposed in this Pull Request: This is a cleanup task, as the fixes for forked components were released. - Update `@woocommerce/components` to the latest `6.2.0` from `5.1.2` (7953722)...
### Changes proposed in this Pull Request: This is another proposal to use Shadow DOM to encapsulate at least some of our styles. This is an alternative to https://github.com/woocommerce/google-listings-and-ads/pull/539 that...
This is an example for https://github.com/woocommerce/google-listings-and-ads/issues/84 ### Changes proposed in this Pull Request: Add `ContentButtonLayout` a custom tag name. To reduce the div-soup, and make use of modern browser features....
This is an experiment/proposal/RFC for a style scoping solution to address https://github.com/woocommerce/google-listings-and-ads/issues/65 - leaking & conflicting styles, - class names conflicts - CSS-in-JS ergonomics (Could be considered a native alternative...
_This is a follow-up from https://github.com/woocommerce/google-listings-and-ads/pull/749_ ### Describe the bug: #### Nested link When [we added links](https://github.com/woocommerce/google-listings-and-ads/pull/749/files/979e77b590c59a8f81e0f799e34c2fe8fc4e9486..d5d56b60becb9bd6d59ec7da0d92c0ebbd47304d#diff-b0d6e30ff26f71b9f5f6d1f961c1e619b333f8415b5e18dc92b8e6d8813a2838R91-R108) inside `MetricNumber`'s `Tooltip`, we created invalid HTML - `………`. Per HTML spec, anchors...
_This is an issue to continue a discussion on pages folder started at https://github.com/woocommerce/google-listings-and-ads/pull/192#issuecomment-773084286_ @eason9487 [wrote](https://github.com/woocommerce/google-listings-and-ads/pull/192#issuecomment-773084286): > Since we did not create a dedicated folder for pages, we can still...
### Changes proposed in this Pull Request: This is an RFC & POC of a CSS classes convention, to make React components, mimic native CSS behavior of [`:part`](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) and [`:--state`...
## User story As a merchant, I'd like to easily copy the verification code from SMS and past it into GLA input fields. (Personally, I find such flow useful when...