-
Notifications
You must be signed in to change notification settings - Fork 14k
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
refactor: Removes the CSS files from the Heatmap plugin #19417
refactor: Removes the CSS files from the Heatmap plugin #19417
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19417 +/- ##
==========================================
- Coverage 66.48% 66.48% -0.01%
==========================================
Files 1670 1671 +1
Lines 63968 63976 +8
Branches 6512 6510 -2
==========================================
+ Hits 42531 42532 +1
- Misses 19748 19753 +5
- Partials 1689 1691 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
1 similar comment
/testenv up |
@geido Ephemeral environment spinning up at http://54.186.238.55:8080. Credentials are |
1 similar comment
@geido Ephemeral environment spinning up at http://54.186.238.55:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
* refactor: Removes the CSS files from the Heatmap plugin * Adds peer dependencies (cherry picked from commit ac6b2f2)
* refactor: Removes the CSS files from the Heatmap plugin * Adds peer dependencies (cherry picked from commit ac6b2f2)
* refactor: Removes the CSS files from the Heatmap plugin * Adds peer dependencies
SUMMARY
This PR removes the CSS files from the Heatmap plugin using Emotion. It also adjusts the styles to match theme configuration and existing components.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Check that the plugin is very similar to the previous version. We may have color, font, and opacity differences due to theme adjustments.
ADDITIONAL INFORMATION