Joen A.

Results 57 issues of Joen A.

The global styles inspector heading can collapse to a thin sliver on sections that scroll: ![collapsed](https://github.com/WordPress/gutenberg/assets/1204802/40bca6da-a10f-498c-b351-5b600a4740c3) Here's a GIF showing the browser being resized to make the scrollbar appear and...

[Type] Regression

The template description card breaks words using `word-break: break-all;`: ![poorly broken text](https://github.com/WordPress/gutenberg/assets/1204802/6d2e1cf1-2a89-4947-8523-cad647af382e) This causes poor legibility. The rule appars to come from the Text component: ![code screenshot](https://github.com/WordPress/gutenberg/assets/1204802/7b0614da-3ad7-454c-b273-7e4160c731ae) With very few...

Good First Issue
[Type] Regression

It's okay to show the adminbar when you're logged in. But we should not show it logged out: ![Image](https://github.com/WordPress/wordpress.org/assets/1204802/f3af11d5-a126-4faa-928f-d414886912a1) The login and register links can usefully be shown when you...

[Site] Plugins

In the plugin sidebar, there appears to be a mix of font sizes and font weights: ![Image](https://github.com/WordPress/wordpress.org/assets/1204802/e531436d-0926-42ea-bba7-1c5f7fb8b239) Note specifically the "Advanced View" (which could be "Advanced view") the font weight...

[Site] Plugins

If you go to a plugin page, e.g. [this one](https://test.wordpress.org/plugins/cool-timeline/), there's a chevron next to the see all link next to ratings: ![Image](https://github.com/WordPress/wordpress.org/assets/1204802/8b1e3f92-1302-4797-ad05-c6577a9a74fd) That should be the same style as...

[Site] Plugins

Pagination is close to matching the design: ![Image](https://github.com/WordPress/wordpress.org/assets/1204802/ca905bb6-d1df-46d1-b99b-1499ca1f04ac) ![Image](https://github.com/WordPress/wordpress.org/assets/1204802/459612a1-d5cb-4c43-9289-25778e1a4239) It can get closer: * Active item, and ... should not be bold, they should still be regular * There should...

[Site] Plugins

From https://wordpress.org/support/topic/essential-plugin-192/: it could be useful for developers to have CSS variables for the gutter widths. We'd need to ensure that the padding/background math gets updated to work with that.

Enhancement

Themes can opt into a a block spacing property, a `blockGap` in theme.json. This property spaces out blocks vertically using a simpler heuristic that's easier to adjust than margins, as...

Bug

The Book block is currently very basic, showing an image and rudimentary metadata. However we mean to expand this, ISSN/ISBN is just one example, but lots of metadata could be...

Enhancement

From our friend [Justin](https://wptavern.com/diving-into-automattics-block-experiments): > One missing component I would like to see with this block is the ability to add both a start and end date. For multi-day events,...

Enhancement