-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
fix(colors): fix color schemes #13945
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13945 +/- ##
==========================================
- Coverage 78.03% 75.16% -2.87%
==========================================
Files 934 620 -314
Lines 47349 22106 -25243
Branches 5943 5777 -166
==========================================
- Hits 36950 16617 -20333
+ Misses 10254 5345 -4909
+ Partials 145 144 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
thank you @simcha90! i almost missed it. tested on master, LGTM!! @rusackas @zhaoyongjie Let's put our stamp on it as well. |
@simcha90 nice that you made However, I would like to point out that the system is still defective in a few ways. For the points below, design input will most likely be required. That's why I thought we had better chances to fix the functionality as a whole in the roadmap item apache-superset/superset-roadmap#110 Defects:
CC @junlincc |
* fix: fix color schemes * fix: tests case
* fix: fix color schemes * fix: tests case
SUMMARY
This PR fix bug: #13335
That not saved chosen color scheme
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2021-04-04.at.14.16.17.mov
TEST PLAN
ADDITIONAL INFORMATION