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 45f4b8b3b1 refactor(EmbedCodeContent): - Clean up - Remove fa fa-icon
- Replace <label> element with antd component Typography.Text - Add Space
component for spacing
add 143237abe9 refactor(EmbeddedModal): remove <label> element
add 94689fb39c refactor(HTML element): replace <hr> elements with antd
Divider component
add 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
No new revisions were added by this update.
Summary of changes:
.../src/components/Datasource/DatasourceEditor.jsx | 31 +++++----
.../src/components/Datasource/Fieldset.tsx | 73 +++++++++++-----------
superset-frontend/src/components/Divider/index.tsx | 12 +++-
.../dashboard/components/EmbeddedModal/index.tsx | 47 ++++++++------
.../src/dashboard/components/SaveModal.tsx | 4 +-
.../src/explore/components/SaveModal.tsx | 3 +-
.../controls/TimeSeriesColumnControl/index.jsx | 4 +-
7 files changed, 100 insertions(+), 74 deletions(-)