Andrea Fercia
Andrea Fercia
> I don't want to complicate the UI further by adding arbitrary context. I guess this is the point where our views differ. Yes the editor UI is complicated. To...
> In fact, I would like to see something like the following for the situation where there are no fonts. This is consistent with the way you add filters to...
> I still think having a consistent UI is paramount I'd totally agree. Unfortunately, the editor UI is largely inconsistent in many other places, including the placement of many icons...
Regarding [the pending PR](https://github.com/WordPress/gutenberg/pull/65590) that reverts the UI change, I can only repeaet what I proposed earlier. I do recognize there is some value in using this list _to communicate...
Related to https://github.com/WordPress/gutenberg/pull/65590#issuecomment-2388544201 A quick improvement for 6.7 would be to better clarify that the list of fonts only lists the active ones and that there may be _more available...
I spent some time trying to debug this issue but couldn't find the root cause. I'd appreciate any help and guidance Cc @youknowriad I think this regression is an unintended...
> I should be able to trigger the region navigation from anywhere. So I'd consider passing bindGlobal: true to the useShortcut call for the region navigation hook (just like we...
@youknowriad I'm afraid we spoke too soon. To my understanding, `bindGlobal` is a prop of `useShortcut` / `useKeyboardShortcut`. Instead, the navigate region uses its own implementation in [useNavigateRegions](https://github.com/WordPress/gutenberg/blob/abdc991671e980d5e2c44e859ad202d64a35c060/packages/components/src/higher-order/navigate-regions/index.tsx#L45). Question: why...
Yes I understand the keyboard shortcut should work from anywhere. However: > For instance if the focus is in "body", region navigation doesn't work and that's problematic to me. Focus...
> Also, not only the labels but also the text of the `CheckboxControl`, `RadioControl`, and `ToggleControl` components do not have color, Good catch. And yes, I'd agree the case where...