-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Filter edit icon component replaced with Font Awesome #8600
Filter edit icon component replaced with Font Awesome #8600
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8600 +/- ##
==========================================
- Coverage 65.75% 65.73% -0.03%
==========================================
Files 482 481 -1
Lines 23825 23830 +5
Branches 2594 2593 -1
==========================================
- Hits 15667 15664 -3
- Misses 7985 7993 +8
Partials 173 173
Continue to review full report at Codecov.
|
Oh, and for the record, if we do get FAB to upgrade to FontAwesome 5, we can change |
CATEGORY
Choose one
SUMMARY
This is pretty minor, but just something I noticed while looking around. Since Superset uses FontAwesome, we can replace a custom component with custom SVG by using a simple FontAwesome image.
We should probably upgrade to FontAwesome 5 at some point... many more toys in that toybox!
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
REVIEWERS
@graceguo-supercat / @mistercrunch
Note: This doesn't change any functionality, but as far as I can tell, that button doesn't have functionality in the first place, or at least nothing happens when I click it. Is it for future use, or am I missing something?