refactor: Bootstrap to AntD - Radio#12738
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12738 +/- ##
==========================================
- Coverage 65.05% 59.23% -5.82%
==========================================
Files 1021 964 -57
Lines 50095 47327 -2768
Branches 5141 4436 -705
==========================================
- Hits 32587 28036 -4551
- Misses 17332 19291 +1959
+ Partials 176 0 -176
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
junlincc
left a comment
There was a problem hiding this comment.
looked through all the button changes in the product. ✅ thanks for the migration work!
|
I went through them as well + Multiple browsers 🟢 |
ca2579d to
756ff61
Compare
villebro
left a comment
There was a problem hiding this comment.
LGTM, one minor nit. One step closer to dropping react-bootstrap 🙂
superset-frontend/src/common/components/Radio/Radio.stories.tsx
Outdated
Show resolved
Hide resolved
756ff61 to
50ee218
Compare
rusackas
left a comment
There was a problem hiding this comment.
One minor nit looking for every reasonable use case for gridUnit, but this PR looks great, so I'm stampin' it and will circle back to merge soon either way! One more down!
50ee218 to
847c3aa
Compare
* master: (23 commits) feat(explore): clear search on dataset change (apache#12909) chore: remove SIP-38 feature flag (apache#12894) fix: Config for dataset health check (apache#12906) fix(chart): allow null for most query object props (apache#12905) feat: add separate endpoint to fetch function names for autocomplete (apache#12840) chore: add required review on master (apache#12694) fix: comment typo (apache#12898) Migrates Radio component from Bootstrap to AntD. (apache#12738) fix: allow users to reset their passwords (apache#12886) fix(explore): missing select when groupby without metrics (apache#12890) refactor: dbapi exception mapping for dbapi's (apache#12869) feat(style-theme): add support for custom superset themes (apache#12858) chore(lint): fix pre-commit error (apache#12884) refactor(color-schemes): refactor setting of color schemes (apache#12857) feat(native-filters): Add defaultValue for Native filters modal (apache#12199) feat(release): add github token to changelog script (apache#12872) fix(menu): always show settings dropdown (apache#12877) Migrates Label component from Bootstrap to AntD. (apache#12774) [Helm] Automate datasource import (apache#10771) build: Skip loading example data from configs in CI (apache#12610) ...
SUMMARY
See: #10254
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
@rusackas @junlincc
TEST PLAN
1 - Open any screen that contains a radio button (explore -> save chart, explore -> edit dataset, etc.)
2 - All radio buttons should have the same theme and behavior
ADDITIONAL INFORMATION