-
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
refactor(Dropdown): Migrate Dropdown to Ant Design 5 #31972
base: master
Are you sure you want to change the base?
Conversation
Based on your review schedule, I'll hold off on reviewing this PR until it's marked as ready for review. If you'd like me to take a look now, comment
|
27c2069
to
5bb1d2c
Compare
Korbit doesn't automatically review large (500+ lines changed) pull requests such as this one. If you want me to review anyway, use |
superset-frontend/cypress-base/cypress/e2e/dashboard/horizontalFilterBar.test.ts
Outdated
Show resolved
Hide resolved
superset-frontend/cypress-base/cypress/e2e/explore/chart.test.js
Outdated
Show resolved
Hide resolved
superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx
Outdated
Show resolved
Hide resolved
@@ -67,7 +67,7 @@ const decideType = (buttonStyle: ButtonStyle) => { | |||
success: 'primary', | |||
secondary: 'default', | |||
default: 'default', | |||
tertiary: 'dashed', | |||
tertiary: 'default', |
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.
Is this change related to the Dropdown? Looks like it can potentially affect other components?
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.
I think this was an oversight on button pr. I think it's supposed to be default.
SUMMARY
Migrate Dropdown to Ant Design 5
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
Check for visual changes manually
ADDITIONAL INFORMATION