-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 - MetricControl - Iteration 5 #16423
chore: Select component refactoring - MetricControl - Iteration 5 #16423
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16423 +/- ##
==========================================
- Coverage 76.98% 76.76% -0.22%
==========================================
Files 1007 1007
Lines 54109 54106 -3
Branches 7369 7368 -1
==========================================
- Hits 41655 41536 -119
- Misses 12214 12330 +116
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.
|
…e/select-component-refactoring-metric-control-iteration-5
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. We can improve it by supplying human readable aria-labels
.
…e/select-component-refactoring-metric-control-iteration-5
/testenv up |
@geido Ephemeral environment spinning up at http://54.186.191.12:8080. Credentials are |
…e/select-component-refactoring-metric-control-iteration-5
/testenv up |
@michael-s-molina Ephemeral environment spinning up at http://52.34.23.243: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
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! Thanks for the changes!
Ephemeral environment shutdown and build artifacts deleted. |
…ache#16423) * Refactor Select * Render saved metric option * Update tests * Fix Cypress and ariaLabels * Fix lint * Lint Cypress * Reconcile with latest Select changes
…ache#16423) * Refactor Select * Render saved metric option * Update tests * Fix Cypress and ariaLabels * Fix lint * Lint Cypress * Reconcile with latest Select changes
SUMMARY
It replaces the react-select Select component with the Antdesign one in the MetricControl component.
BEFORE
DEV.Games.per.before.mp4
AFTER
DEV.Games.per.after.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION