-
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
Make the panels not collapsible on the experimental navigation screen #22787
Conversation
Size Change: +219 B (0%) Total Size: 1.11 MB
ℹ️ View Unchanged
|
@@ -127,6 +127,14 @@ An icon to be shown next to the `PanelBody` title. | |||
- Type: `String` | |||
- Required: No | |||
|
|||
###### collapsible |
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.
Why not just use the "Card" component, isn't it suited for these use-cases?
Those panels were made collapsible so that people on a mobile or other small screen aren't forced to scroll through the navigator to get to the block section. Saving and deleting can currently only be done in that section, so I don't think we should remove this until we have a good solution for mobile. |
@tellthemachines thank you for the context! How about making only the navigation panel collapsible, and only on mobile? |
Description
This PR makes the panels on the experimental navigation screen non-collapsible.
"A picture is worth a thousand words"
Before:
After:
How has this been tested?
Types of changes
New feature (non-breaking change which adds functionality)
Checklist: