-
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
chore: Select component refactoring - PropertiesModal - Iteration 5 #16445
chore: Select component refactoring - PropertiesModal - Iteration 5 #16445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16445 +/- ##
==========================================
+ Coverage 76.89% 76.91% +0.01%
==========================================
Files 1007 1007
Lines 54163 54179 +16
Branches 7463 7463
==========================================
+ Hits 41647 41670 +23
+ Misses 12276 12269 -7
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@geido Ephemeral environment spinning up at http://34.220.66.237:8080. Credentials are |
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.
Code LGTM. It would be nice to have QA approval.
…e/select-component-refactoring-propertiesmodal-iteration-5
…e/select-component-refactoring-propertiesmodal-iteration-5
/testenv up |
@michael-s-molina Ephemeral environment spinning up at http://34.217.23.76:8080. Credentials are |
superset-frontend/src/explore/components/PropertiesModal/index.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM. Just one non-blocking comment.
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.
A few small comments.
superset-frontend/src/explore/components/PropertiesModal/index.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/PropertiesModal/index.tsx
Outdated
Show resolved
Hide resolved
Ephemeral environment shutdown and build artifacts deleted. |
…pache#16445) * Refactor Select * Update tests and checks * Clean up props * Update ariaLabel * Reconcile with master changes * Apply enhancements * Fix lint
…pache#16445) * Refactor Select * Update tests and checks * Clean up props * Update ariaLabel * Reconcile with master changes * Apply enhancements * Fix lint
SUMMARY
It replaces the react-select Select component with the Antdesign one in the PropertiesModal component.
BEFORE
properties_modal_before.mp4
AFTER
properties_modal_after.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION