-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widgets screen: Can't tell which Legacy Widgets are on my screen without selecting them #24566
Comments
Since the legacy widgets here aren't acting as a front-end preview, I think we should definitely give them visible borders and text labels. I guess in general they should look more like the placeholders on various blocks (e.g. Image, Video, etc.), with solid backgrounds and a clear visual look that indicates "I'm a set of plain controls that isn't WYSIWYG at all". |
Also, as reported in another issue, all the widgets should be listed with a H3 heading in the same way it happens now in the legacy Widgets screen. |
Good points here. @noisysocks, I agree when there's tons of forms from various widgets, it's important to communicate which widget they apply to and group them somehow so they don't bleed into other widget forms visually. I see this working is like this: Unselected (resting) - requiring input to work Unselected (resting) - not requiring input to work Selected (focused) |
@mapk Nice mockups. That looks a lot better than the current situation. |
I'd totally second this. And it needs to be communicated also semantically, not only visually. So that assistive technologies can understand the grouping and communicate it to users. |
Looks like we've got some good direction here. 🎉 Thanks, everyone! |
Merging #25638 marked a first step towards this. For now, all legacy widgets default to forms with a visible title bar. The next step would be detecting which widgets require user input to generate preview, and defaulting to preview for these. |
Good point @afercia - let's definitely make them H3 headings |
Accidentally closed this via #25690, reopen it now. |
When I first open the new Widgets screen, I'm greeted with this:
Because we're hiding the title from the Legacy Widget block until it's selected, it's really hard to tell what widgets I have in my widget areas.
How about we always show the title?
The text was updated successfully, but these errors were encountered: