-
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: Hide old header stuff when new header flag is true #2967
feat: Hide old header stuff when new header flag is true #2967
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #2967 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 887 889 +2
Lines 13159 13187 +28
Branches 3432 3510 +78
=======================================
+ Hits 12942 12970 +28
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 #2967 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 887 889 +2
Lines 13159 13187 +28
Branches 3478 3510 +32
=======================================
+ Hits 12942 12970 +28
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 #2967 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 887 889 +2
Lines 13159 13187 +28
Branches 3432 3491 +59
=======================================
+ Hits 12942 12970 +28
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 #2967 +/- ##
===========================================
Coverage 98.35000 98.35000
===========================================
Files 887 889 +2
Lines 13159 13187 +28
Branches 3432 3510 +78
===========================================
+ Hits 12942 12970 +28
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 789 bytes ⬆️
|
Bundle ReportChanges will increase total bundle size by 789 bytes ⬆️
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
8ea3e0a
to
374fb9a
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.
There are a couple instances of describe text blocks that are using the spelling "flaging" instead of "flagging".
Looks great!
Side question out of curiosity about the feature changes: so we're removing breadcrumbs with the new header?
The breadcrumbs will return in the new header! |
ad48b84
to
9f8458f
Compare
Hides all primary and secondary Navs along with old header whenever the
newHeader
feature flag istrue
. This is prep for implementing the new header/nav and will not affect any users until the proper rollout of the feature.Closes codecov/engineering-team#1935
Closes codecov/engineering-team#1951