-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(topnav): design feedback for top navigation component #784
Conversation
Deploy preview for helix-ui ready! Built with commit 5f01e58 |
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.
@danielmdesigns, please add your feedback by selecting the Files changed
tab and adding comments:
1. Select Files changed
tab
2. Add your comments/feedback
3. Select Review Type and Select Submit Review
@@ -7,7 +7,7 @@ | |||
<div id="vue-topNavDemo"> |
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.
@danielmdesigns, please see this page for a full-page demo of Top Navigation
:
https://deploy-preview-784--helix-ui.netlify.app/components/topnav/test.html
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.
@100stacks Here are a few things that I noticed
- The logo area does not have a hover state
- nav-items need ~3px-4px of padding added to each side (left & right)
- I can't make a selection from the product selector, so not sure if the "active" state is available/correct
- The label "Account Number" from the dropdown should not be a hoverable/clickable link
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.
@danielmdesigns, thanks for the feedback. Please see below:
- Please verify hover state for the logo area. It appears to work in the PR preview.
- Please add a screenshot of which nav-items need the padding.
- This is a demo example, so we don't have it "wired up" to any logic.
- Ok, good catch. We'll fix this.
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.
4bf7a8f
to
5e1918d
Compare
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.
@danielmdesigns, please see the updates for the Top Navigation component.
https://deploy-preview-784--helix-ui.netlify.app/components/topnav/test.html
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.
LGTM
5e1918d
to
5f01e58
Compare
@100stacks i'm going to go ahead and approve these knowing that we have some updated changes coming down the pipe. let's go ahead and get these merged and we'll finalize once we have fabric updates available |
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.
LGTM! Will provide more feedback w/ updates once new Fabric changes are available
Description
Design Review for Top Navigation
What are the relevant story cards/tickets? Any additional PRs or other references?
Jira: SURF-2091
Before you request a review for this PR:
yarn test
to ensure all tests passed?