-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore: Implement global header in Dashboard #20146
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20146 +/- ##
==========================================
- Coverage 66.46% 66.44% -0.03%
==========================================
Files 1721 1721
Lines 64467 64507 +40
Branches 6795 6818 +23
==========================================
+ Hits 42847 42860 +13
- Misses 19892 19914 +22
- Partials 1728 1733 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@kgabryje Ephemeral environment spinning up at http://35.89.168.212:8080. Credentials are |
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!
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.
NICE WORK! LGTM!
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
Ephemeral environment shutdown and build artifacts deleted. |
* Add gloal header * Reimplement report dropdown * Update unit tests * Clean up * Clean up * Remove unused import * Update Cypress * Update Cypress save dashboard test * Fix spacing
SUMMARY
This PR implements the global header in the Dashboard introduced in this PR #20044
BEFORE
Slack.Dashboard.1.mp4
AFTER
Slack.Dashboard.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION