-
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
refactor: Replace react-bootstrap MenuItems with Antd Menu #11554
Conversation
langKey === locale ? null : ( | ||
<Menu.Item key={langKey}> | ||
{' '} | ||
<div className="f16"> |
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.
Any idea what this f16
class does (or the div, for that matter)?
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.
.f16 .flag-code
and .f16 .flag
provide styles for the flag icons
superset-frontend/src/explore/components/controls/DateFilterControl.jsx
Outdated
Show resolved
Hide resolved
473a79e
to
2217af1
Compare
@rusackas This PR was bigger than it was supposed to be because I forgot to do the rebase and there were some changes that were already merged - I apologise for that. On the bright side, you caught some css in |
Codecov Report
@@ Coverage Diff @@
## master #11554 +/- ##
==========================================
+ Coverage 59.59% 62.27% +2.67%
==========================================
Files 832 876 +44
Lines 40482 42172 +1690
Branches 3666 3954 +288
==========================================
+ Hits 24126 26262 +2136
+ Misses 16187 15728 -459
- Partials 169 182 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
SUMMARY
Replaces MenuItems in SliceHeaderControls, DisplayQueryButton and SliceAdder components.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
ADDITIONAL INFORMATION