-
Notifications
You must be signed in to change notification settings - Fork 73
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(settings): sidebar navigation #451
Conversation
32b24e4
to
bb9ed8f
Compare
Codecov Report
@@ Coverage Diff @@
## develop #451 +/- ##
========================================
Coverage 53.08% 53.08%
========================================
Files 153 153
Lines 1230 1230
Branches 161 161
========================================
Hits 653 653
Misses 486 486
Partials 91 91
Continue to review full report at Codecov.
|
} | ||
|
||
registerRef = (el) => { | ||
this.container = el; |
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.
What was the issue with #412 again?
The issue is closed and the PR got merged in 😄
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.
noicee!
Description
This implements the sidebar navigation from the designs.
Motivation and Context
Implement new designs.
How Has This Been Tested?
Smoke testing.
Screenshots (if appropriate)
Types of changes
Checklist
Documentation
Closing issues
Fixes #403