Jeff Ong

Results 29 comments of Jeff Ong

Hi @VerityCantare thanks for the report, looking into it. I wonder if this could have something to do with the way we are handling the form request + returning the...

Yes, would love to see this / help work on it. Implementing a REST API will also make re-using some functionality easier across different parts of the app.

Just adding that this seems related to #20542.

I second this. Regarding Universal / Hybrid, do you see value to adding php templates that load block template parts? This way, the theme could be loaded in WP 5.8...

👋 It seems like there are two issues here: 1. The template editor and front-end don't match. I think this is a Gutenberg issue... 2. The content has no default...

I've audited the gallery block styles. There is just one change in Gutenberg that should land before we can close this: https://github.com/WordPress/gutenberg/pull/27743 Everything else looks good and doesn't require additions...

Opened [this PR](https://github.com/WordPress/gutenberg/pull/27628) to address the border-collapse discrepancy between the editor and front-end: Editor | Front-end ------- | -------- |

I just tested this also, and the metadata is updated in the cloned theme.

I think I addressed all the feedback: - Changed approach so we don't drop any attributes - Refactored to its own class. - Handled case when text contains `%` and...