Jerry Jones
Jerry Jones
> Is it possible to keep the call to `useHasAnyBlockControls` where it was before Unfortunately not :/ The purpose of this PR was to make it possible to know if...
If we address [the content-locked image block toolbar offering a "replace" button](https://github.com/WordPress/gutenberg/pull/53410), then we could go back to [checking for content-locked](https://github.com/WordPress/gutenberg/pull/53110) to not render the toolbar again. This would allow...
> @jeryj, both links are pointing to the same pull request. Updated. Thanks for catching, @Mamaduka! > the bug fixed by this PR feels rather small while performance regression are...
Performance regression fixed by https://github.com/WordPress/gutenberg/pull/60717 and https://github.com/WordPress/gutenberg/pull/60879. Now we're below where the block select metric started:
@ajlende and I have been talking about the UX flow for this. Here's some rationale and justification for each of the design decisions: ### Input Activation: Enter or Click to...
https://github.com/WordPress/gutenberg/assets/967608/8b972413-3de9-4e09-a8d1-730adf8a9a66 Found a bug when clicking on custom links. They open the link popover and then disappear from the list. Update: This is not related to this PR. It happens...
Yes, edit to view mode. I forgot that going from view to edit, you enter by selecting the canvas, which places focus on the canvas correctly.
What is `Change %` reporting here? Previously it was the difference the reported value of the branch vs trunk. Now, I'm not sure from the stats table how `Change %`...
I found a way to share the header animation state via a context and using that variant name to set the animation of the other components. It's far from finished,...
> The interface skeleton's API has been changed to receive a variant prop for the header? It doesn't make much sense in terms of API for that component. It's less...