-
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 - DndColumnSelectControl - Iteration 5 #16440
chore: Select component refactoring - DndColumnSelectControl - Iteration 5 #16440
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16440 +/- ##
==========================================
+ Coverage 76.71% 76.75% +0.04%
==========================================
Files 1002 1004 +2
Lines 53784 53855 +71
Branches 6859 7461 +602
==========================================
+ Hits 41259 41339 +80
+ Misses 12288 12276 -12
- Partials 237 240 +3
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.
Code LGTM. It would be nice to have QA approval.
/testenv up FEATURE_ENABLE_EXPLORE_DRAG_AND_DROP=true FEATURE_ENABLE_DND_WITH_CLICK_UX=true |
@geido Ephemeral environment spinning up at http://34.216.53.229: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.
LGTM
Screen.Recording.2021-08-25.at.10.25.42.AM.mov
…e/select-component-refactoring-dndcolumnselect-control-iteration-5
…e/select-component-refactoring-dndcolumnselect-control-iteration-5
/testenv up FEATURE_ENABLE_EXPLORE_DRAG_AND_DROP=true FEATURE_ENABLE_DND_WITH_CLICK_UX=true |
@geido Ephemeral environment spinning up at http://54.213.80.6: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.
A few comments
...rset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx
Outdated
Show resolved
Hide resolved
...rset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx
Outdated
Show resolved
Hide resolved
Ephemeral environment shutdown and build artifacts deleted. |
…ion 5 (apache#16440) * Refactor Select * Update ariaLabel * Reconcile with latest Select changes * Fix lint * Enhance labels
…ion 5 (apache#16440) * Refactor Select * Update ariaLabel * Reconcile with latest Select changes * Fix lint * Enhance labels
SUMMARY
It replaces the react-select Select component with the Antdesign one in the DndColumnSelectControl/ColumnSelectPopover component.
BEFORE
before_antd_select.mp4
AFTER
after_antd_select.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION