fardin-developer opened a new pull request, #32876: URL: https://github.com/apache/superset/pull/32876
Fixes: #32823 ### SUMMARY This PR removes the non-standard `IconButton` component and replaces it with the standard `Card` component from Ant Design 5, as part of the migration effort. The component is currently used in the Database modal. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> ### CHANGES - Removed `src/components/IconButton` component. - Updated all instances to use Ant Design 5's `Card` component instead. - Ensured proper styling with minimal custom overrides. - Maintained RTL support and existing behavior. ### BEFORE/AFTER SCREENSHOTS #### Before  #### After  ### ADDITIONAL NOTES - Ensured Storybook coverage for `Card` usage. - Verified that the component works correctly in all relevant UI flows. ### CHECKLIST - [x] Used Ant Design 5 `Card` component. - [x] Removed unnecessary custom styles. - [x] Added Storybook documentation. - [x] Verified RTL compatibility. - [x] Labeled the PR with `frontend:refactor:antd5`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
