superset icon indicating copy to clipboard operation
superset copied to clipboard

chore: POC Upgrade to AntD v5 one component at a time.

Open rusackas opened this issue 1 year ago • 0 comments

SUMMARY

Imports Antd 5 as an alias. This would allow us to:

  • Migrate a single component from antd (v4) to antd-next (v5)
  • Touch up styles/javascript/etc. using Superset and React Storybook as a guide (Appitools would help here too)
  • Once that component looks good, move on to the next.
  • When all components have been migrated, remove v4, remove the npm alias, and do a simple find/replace to change antd-next to antd

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • [ ] Has associated issue:
  • [ ] 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

rusackas avatar Feb 12 '24 18:02 rusackas