-
Notifications
You must be signed in to change notification settings - Fork 24
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: Move bundle tab trend dropdown #3019
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3019 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 910 910
Lines 13535 13535
Branches 3588 3588
=======================================
Hits 13313 13313
Misses 218 218
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 #3019 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 910 910
Lines 13535 13535
Branches 3588 3664 +76
=======================================
Hits 13313 13313
Misses 218 218
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 #3019 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 910 910
Lines 13535 13535
Branches 3659 3638 -21
=======================================
Hits 13313 13313
Misses 218 218
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 91 bytes ⬆️
|
Bundle ReportChanges will increase total bundle size by 91 bytes ⬆️
|
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 #3019 +/- ##
===========================================
Coverage 98.35000 98.35000
===========================================
Files 910 910
Lines 13535 13535
Branches 3659 3664 +5
===========================================
Hits 13313 13313
Misses 218 218
Partials 4 4
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
<span className="transition-transform duration-200"> | ||
<Icon size="md" variant="solid" name="chevronRight" /> | ||
</span> | ||
{isHidden ? showElement : hideElement} |
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.
this is a little confusing, isHidden == true then show element?
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.
I understand the intent, but maybe there's a way to modify the wording here a bit 🤔
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.
1 comment, not blocking though
Description
This PR adjusts the trend dropdown on the bundles tab to be inline with the toggle chart button so that the user can still change the trend which applies to the assets table. Also included is a small tweak to remove passing an artificial date and instead pass
null
which the API will interpret as the first data point.Notable Changes
ToggleElement
to allow element to be placed inlineTrendDropdown
fromBundleChart
toBundleContent
null
forafter
instead of artificial date - the change to adjust the query to accept this was already doneScreenshots