This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch
enxdev/refactor/replace-native-html-elements-with-antd5-components
in repository https://gitbox.apache.org/repos/asf/superset.git
from ccb1253783 refactor(Fieldset): - Migrate component from class to
functional component - Replace <legend> element with Ant Design
Typography.Title and Divider - Update Divider margin to 16px
add 89f88813db refactor(ImportModal): - Clean up CSS-in-JS - Replace
<textarea> element with Ant Design's <Input.TextArea>
No new revisions were added by this update.
Summary of changes:
.../src/components/ImportModal/index.tsx | 117 +++++++--------------
.../src/components/Upload/Upload.stories.tsx | 3 +-
.../src/components/Upload/Upload.test.tsx | 3 +-
superset-frontend/src/components/Upload/index.tsx | 7 +-
superset-frontend/src/components/index.ts | 2 +
.../DatabaseConnectionForm/EncryptedField.tsx | 10 +-
.../src/features/databases/DatabaseModal/index.tsx | 4 +-
.../features/databases/UploadDataModel/index.tsx | 4 +-
8 files changed, 60 insertions(+), 90 deletions(-)