Skip to content
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

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

msyavuz
Copy link
Contributor

@msyavuz msyavuz commented Jan 23, 2025

SUMMARY

Migrate Dropdown to Ant Design 5

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Before:
image
image

After:
image
image

TESTING INSTRUCTIONS

Check for visual changes manually

ADDITIONAL INFORMATION

  • Has associated issue: Fixes Ant Design 5: Upgrade Dropdown component #31952
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Copy link

korbit-ai bot commented Jan 23, 2025

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 /korbit-review.

Your admin can change your review schedule in the Korbit Console

@msyavuz msyavuz force-pushed the msyavuz/refactor/migrate-dropdown branch from 27c2069 to 5bb1d2c Compare January 29, 2025 10:33
@geido geido added the preset:bounty Issues that have been selected by Preset and have a bounty attached. label Jan 29, 2025
Copy link

korbit-ai bot commented Jan 29, 2025

Korbit doesn't automatically review large (500+ lines changed) pull requests such as this one. If you want me to review anyway, use /korbit-review.

@dosubot dosubot bot added change:frontend Requires changing the frontend frontend:refactor:antd5 labels Jan 29, 2025
@@ -67,7 +67,7 @@ const decideType = (buttonStyle: ButtonStyle) => {
success: 'primary',
secondary: 'default',
default: 'default',
tertiary: 'dashed',
tertiary: 'default',
Copy link
Member

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:frontend Requires changing the frontend frontend:refactor:antd5 preset:bounty Issues that have been selected by Preset and have a bounty attached. size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ant Design 5: Upgrade Dropdown component
6 participants