EnxDev opened a new pull request, #33231: URL: https://github.com/apache/superset/pull/33231
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> The goal of this PR is to replace all remaining native HTML elements within the `superset-frontend/src`, `superset-frontend/plugins`, and `superset-frontend/packages` directories with their corresponding Ant Design 5 components. This change is being made to ensure that theming colors are applied consistently across all components in the project. By replacing native HTML elements like `<input>`,`<table>`, `<button>`, `<li>`, and `<h3>`/`<h4>` tags with Ant Design 5 components such as `Input`, `Button`, `Typography.Title,` and `List.Item`, we can guarantee that the Ant Design theming system works as expected. ### Specifically, this will: Ensure consistent application of theming 🎨 (colors, fonts, spacing) across the UI. Improve maintainability by aligning the entire codebase with the Ant Design 5 component system 🔧. Ensure better responsiveness, theming, and accessibility 🌍 through the Ant Design 5 system. Facilitate future UI enhancements, as the project will be fully based on Ant Design 5 components, making it easier to integrate new features or updates from the design system 🚀. This PR can be considered a continuation of #33090, further extending the standardization and theming improvements across the project. After this change, the theming colors and styles will work uniformly across all components, providing a consistent look and feel throughout the application. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> - The changes need to maintain the same appearance as before, and all tests should pass ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] 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 -- 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]
