-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Navigation]: Updates #605
Comments
Yeah, agreed on both. We need the animation to make it look good. And the hover effect, yes, it does look weird, huh. I think it's because it doesn't have a right edge to go against and it's just floating there. Would it be a lot of work to convert the layout to this? It's the layout I'm using in other places throughout the products.
If this is too much of an effort for now, we can just add a divider line between nav and content, but it would be cool to do this so it matches the other places (Like the settings redesign I have here https://www.figma.com/file/IXNCYwXmMWaF6u7Pdv1pOW/Desktop-settings---Nala?type=design&node-id=1025%3A12750&mode=design&t=hlfcLNaOhCrhCZR2-1) Let me know |
Hmmm... any recommended solutions?
I think this is out of scope for the Navigation component. Re. animation: yeah, definitely needs one. We'll just have to build it in a way that it's not glitchy if the navigation leads to full page refreshes. I.e. we don't want it animating up or down on page load. |
Mmmh, I don't really like the additional padding - what if we made the background of the content area that gray? |
OK then I propose this, remove that padding that gives it a white background, but still keep the gray as a padding (although smaller than the previous design). And a divider between top title and the bottom content area I don't think we can get away with just a gray background for the content, specially on the other pages in that modal. We need the white background. |
@AlanBreck @aguscruiz was just trying to replace the customize dialog on the new tab page with the Navigation component. It's pretty good but there are a few things that look off / not as good as the old one:
Old:
Screencast from 2024-03-27 11-25-46.webm
New:
Screencast from 2024-03-27 11-25-02.webm
The text was updated successfully, but these errors were encountered: