Joen A.
Joen A.
## What? Initial work to fix #41142. Makes the image block placeholder look more like a literal placeholder, while aiming to keep existing functionality intact. Currently, the image block placeholder...
## What? Fixes #33025. This is a pretty experimental PR, I'd love thoughts on whether this is fundamentally a good idea. If you insert an empty group block, there's a...
With an SVG icon, you can change the color of the whole icon with `fill`, so it doesn't matter what color the individual files are born with. For some logos,...
A recent commit moved the svg-sprite to use an externally referenced file, great for caching. However for SVG sandboxing reasons, that means the sprite demo page can only be tested...
The Row and Stack blocks are variants of the group block. The group is for standard flow based content, row flexes horizontally, stack flexes vertically. These three blocks come with...
## What? The preferences modal uses gray tabs: The pattern explorer uses dark tabs: In this PR I try to change the style of the pattern explorer tabs to be...
Having had a singular inspector for a while, the split into settings and styles is likely going to take a little bit of re-learning. We can mitigate that with a...
Many pattern designs rely on a specific dimension of an image in order to provide a compelling example. For example this circular avatar pattern: At the moment, if you mean...
Work ongoing in #19082 ([see also mockups](https://github.com/WordPress/gutenberg/pull/19082#issuecomment-567508590)) has enabled previewing responsive changes to existing blocks. Specifically, it enables previewing content at three breakpoints, mobile, tablet and desktop. This opens up...
## What? WIP exploration to explore unifying the Placeholder component. Before:  After:  ### Testing Instructions for Keyboard Test blocks that have setup states; group, columns, query loop, image,...