-
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
Fix navigation screen collapsing regression. #31228
Conversation
As a sidenote, I don't recall whether the appender plus is meant to hide like it does here. I think it's meant to? But I wonder if we should make an exception and always show it here. @shaunandrews ? |
Size Change: +14 B (0%) Total Size: 1.39 MB
ℹ️ View Unchanged
|
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.
Tested, and I'm no longer able to see regression.
Thanks a bunch! |
There's no other + button on the page, so my thinking is that it should always show. |
Right. Looking at the code, that missing appender doesn't appear to be a regression, and it doesn't seem trivial to bring it back. It might need a nav screen specific implementation. @draganescu is this something we should ticket, or is it a easy fix for you? |
Ticketed here: #31276 |
Description
I'm afraid I introduced an issue in the navigtation screen with #30805, which removed the padding:
This PR fixes that:
It does so by putting the menu item padding in the navigation editor screen, where it arguably should be from the start, since it's effectively redesigning the block.
How has this been tested?
Please insert menu items and submenu items in the navigation screen and verify they work.
Checklist:
*.native.js
files for terms that need renaming or removal).