-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Try improving block variation placeholders #58685
Conversation
Size Change: -111 B (0%) Total Size: 1.69 MB
ℹ️ View Unchanged
|
Can we do this? The fact that the description in the Group block is left aligned is actually a regression, it was initially designed to be centered. Any effort to reduce the footprint of the container blocks, so they work in more constrained contexts, is valuable. But I think we can take this one a step further. What do you think? |
My argument would be to also update the template part and query loop blocks. |
Nice work Jarek. I especially think that there's some potential to explore the unread dot in the list view, though what constitutes a block in an error state can probably be looked at separately too. That said, it still feels like quite a lot of text, what happens when placeholders are as small as this? To be fair, that isn't handled too well with the group pattern yet either: I'd even go so far as to say that it is rare that the block you are suggesting will be inserted in such a narrow context. However we cannot prevent that from happening, so it is nevertheless a case that needs to be considered. I personally believe the answer lies somewhere along the lines of this visual, which also answers some of your questions; reduce as much as possible. As few actions as possible, label-less if at all possible. This is the unique challenge at hand, balancing the shortcuts with the scalability. The shortcuts are valid, but once icons, descriptions, secondary actions get added to it, to me it diverges too far from the learnings we've made so far, namely that this placeholder state simply does not scale to support a lot of content. Do you have a version of the mockups that include real shortcuts rather than the example "block actions"? |
Closing as we pushed #59275 forward instead. |
WIP.
Before
After