-
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
feat: Implement help dropdown for new header #2986
Conversation
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 #2986 +/- ##
================================================
- Coverage 98.36000 98.32000 -0.04000
================================================
Files 898 903 +5
Lines 13342 13375 +33
Branches 3543 3499 -44
================================================
+ Hits 13124 13151 +27
- Misses 214 220 +6
Partials 4 4
... and 6 files 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 #2986 +/- ##
==========================================
- Coverage 98.36% 98.32% -0.05%
==========================================
Files 898 903 +5
Lines 13342 13375 +33
Branches 3568 3565 -3
==========================================
+ Hits 13124 13151 +27
- Misses 214 220 +6
Partials 4 4
... and 6 files 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 #2986 +/- ##
==========================================
- Coverage 98.36% 98.32% -0.05%
==========================================
Files 898 903 +5
Lines 13342 13375 +33
Branches 3497 3545 +48
==========================================
+ Hits 13124 13151 +27
- Misses 214 220 +6
Partials 4 4
... and 6 files 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 #2986 +/- ##
==========================================
- Coverage 98.36% 98.32% -0.05%
==========================================
Files 898 903 +5
Lines 13342 13375 +33
Branches 3543 3545 +2
==========================================
+ Hits 13124 13151 +27
- Misses 214 220 +6
Partials 4 4
... and 6 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 6.97kB ⬆️
|
Bundle ReportChanges will increase total bundle size by 6.97kB ⬆️
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
4cffecd
to
5ad6298
Compare
src/layouts/Header/components/HelpDropdown/HelpDropdown.spec.tsx
Outdated
Show resolved
Hide resolved
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
src/layouts/Header/components/HelpDropdown/HelpDropdown.spec.tsx
Outdated
Show resolved
Hide resolved
5ad6298
to
6bfa2cc
Compare
Implements the help dropdown for new header, consolidating many of our support links into one nice package. The Share feedback button is the one non-link, this button opens the Sentry user feedback modal.
Also ran the generate-icons script, re-adding some icons that weren't added correctly.
Design
Closes codecov/engineering-team#1953
Screenshots