-
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
[Block Library - Query Loop]: Show pattern titles in setup #46688
Conversation
Size Change: -844 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
Huge 👍 on this from me. I have found it confusing when introducing custom patterns to determine which is which especially when they are similar. |
As is this is a great improvement and the PR works as described! I have two pieces of feedback that shouldn't block this:
as.is.mov |
Seems fine to me 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust @jasmussen that the design looks good. :)
What?
Recently there have been discussion about showing the pattern titles in various lists in the editor. Example is the list in inserter, where we added a tooltip.
Similarly there have been requests about showing the pattern titles in Query Loop setup, when we suggest patterns in
grid
view. This PR shows the titles in thisgrid
view and also aligns better with the Pattern Explorer modal, which also shows the titles. I've also added hover/focus styles that are missed entirely currently.Testing instructions
Choose
to see the suggested patternsgrid
view and observe the new styles and the titlesBefore
Screen.Recording.2022-12-20.at.9.07.56.PM.mov
After
Screen.Recording.2022-12-20.at.8.36.18.PM.mov
Pattern Explorer (no changes were made here)
Screen.Recording.2022-12-20.at.8.38.29.PM.mov