-
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
Nav offcanvas remove "Browse All" from inserter block picker #47014
Comments
Three things I noticed trying to work on this issue:
|
I seems an ancient #23737 introduced a check for Not sure how to proceed :) |
@ntsekouras Has been working on inserter a lot recently I think. Maybe he would know...? |
Hm.. It seems it's been removed here. @youknowriad do you remember if there was there a specific reason for it? |
Sorry, not sure I understand what was removed in my PR? |
Ok I see what you mean, it was an inadvertent change, I'll fix it. |
I don't think we should remove the browse all button. Instead we should figure out something that tackles the context switching better. The problem in @alexstine 's review was that once the block was selected from the inserter the focus was not sent back to the list view in the inspector, but it was sent to the canvas instead. Removing the browse all button hides blocks that can be inserted but don't fit in the six slots the quick inserter uses. There is search but one has to know what to search for. |
See #47018
Ok let's close this one with the context that we didn't tackle it because there's a necessity to have the ability to browser all the blocks. |
As reported in #46939 (comment), when picking blocks from the Navigation offcanvas using the inserter there is a
Browse All
button. However, when clicked this breaks focus away from the offcanvas and should be removed.The text was updated successfully, but these errors were encountered: