-
Notifications
You must be signed in to change notification settings - Fork 72
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
Updated nav #4548
Updated nav #4548
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #5956 ↗︎
Details:
Review all test suite changes for PR #4548 ↗︎ |
@allisonking just to check, I'm still seeing the breadcrumb, is that to be expected? |
All looks good to me @allisonking apart from the margin around the back button. I have it set to 8px above and 12px below. Otherwise looks great. |
html: { | ||
height: "100%", | ||
}, | ||
"#__next": { |
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.
clever! This div has caused issues for me in the past.
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.
ah yes, I spent much time chasing down all the heights that needed to be 100%...
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.
Great refactor! I just left a small question about whether the back button on the add system(s) pages is going to the correct spot. Other than that everything looked great!
Closes https://ethyca.atlassian.net/browse/PROD-1517
Description Of Changes
New nav ✨
Code Changes
_app.tsx
such that the nav and header render on every page (except login) and fixedFixedLayout
was)Layout
's into oneLayout
(which is mostlyFixedLayout
but with the nav and header moved out into_app.tsx
. It needs to be in_app.tsx
otherwise you'll see flickering in the nav when you go between pages)Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md