-
Notifications
You must be signed in to change notification settings - Fork 23
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: Implement new header's User dropdown #2973
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #2973 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 890 890
Lines 13257 13278 +21
Branches 3468 3544 +76
=======================================
+ Hits 13040 13061 +21
Misses 213 213
Partials 4 4
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #2973 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 890 890
Lines 13257 13278 +21
Branches 3514 3473 -41
=======================================
+ Hits 13040 13061 +21
Misses 213 213
Partials 4 4
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #2973 +/- ##
===========================================
Coverage 98.36000 98.36000
===========================================
Files 890 890
Lines 13257 13278 +21
Branches 3533 3473 -60
===========================================
+ Hits 13040 13061 +21
Misses 213 213
Partials 4 4
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #2973 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 890 890
Lines 13257 13278 +21
Branches 3538 3539 +1
=======================================
+ Hits 13040 13061 +21
Misses 213 213
Partials 4 4
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 2.75kB ⬆️
|
Bundle ReportChanges will increase total bundle size by 2.75kB ⬆️
|
25eff52
to
bfd31e3
Compare
bfd31e3
to
5ea665c
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.
LGTM
Implements the UserDropdown for the new Header. For now, this is an almost exact copy the old user dropdown, but we'll move this over to the new Dropdown component once we implement that in codecov/engineering-team#1942. The only difference between this and the old user dropdown is minor spacing change and dark border on the Avatar.
Design
Closes codecov/engineering-team#1952
Screenshot