This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch enxdev/refactor-antd5-icons
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4b7ebd6b28 chore(Icon): Refactor and enhance
add aa142e0729 chore(Icons): Remove direct antdesign imports
No new revisions were added by this update.
Summary of changes:
.../cypress/e2e/dashboard/actions.test.js | 6 ++--
.../cypress-base/cypress/support/directories.ts | 2 +-
.../SqlLab/components/TabbedSqlEditors/index.tsx | 16 +++++++++--
.../src/components/ErrorMessage/ErrorAlert.tsx | 8 ++++--
.../src/components/FaveStar/index.tsx | 7 ++++-
.../src/components/Icons/BaseIcon.tsx | 22 +++++++++++++--
superset-frontend/src/components/Icons/Icon.tsx | 4 +--
.../src/components/InfoTooltip/index.tsx | 3 +-
.../src/components/LastUpdated/index.tsx | 6 ++--
superset-frontend/src/components/Modal/Modal.tsx | 3 +-
.../src/components/PopoverSection/index.tsx | 25 +++++++++--------
.../src/components/Radio/Radio.stories.tsx | 32 +++++++++++++++-------
superset-frontend/src/components/Tags/Tag.tsx | 4 +--
.../FilterControls/FilterDivider.stories.tsx | 2 +-
.../FiltersOutOfScopeCollapsible/index.tsx | 3 +-
.../components/ExploreViewContainer/index.jsx | 8 ++++--
.../explore/components/PropertiesModal/index.tsx | 5 +++-
.../controls/DatasourceControl/index.jsx | 5 +++-
.../DndColumnSelectControl/OptionWrapper.test.tsx | 4 +--
.../FilterControl/AdhocFilterControl/index.jsx | 5 +++-
.../controls/FixedOrMetricControl/index.jsx | 3 +-
.../controls/LayerConfigsControl/FlatLayerTree.tsx | 4 +--
.../controls/LayerConfigsControl/LayerTreeItem.tsx | 6 ++--
.../components/controls/OptionControls/index.tsx | 4 ++-
.../alerts/components/ValidatedPanelHeader.tsx | 4 +--
.../annotationLayers/AnnotationLayerModal.tsx | 10 +++++--
.../src/features/annotations/AnnotationModal.tsx | 10 +++++--
.../src/features/charts/ChartCard.tsx | 14 +++++++---
.../src/features/cssTemplates/CssTemplateModal.tsx | 10 +++++--
.../DatabaseModal/SSHTunnelSwitch.test.tsx | 2 +-
.../databases/DatabaseModal/index.test.tsx | 3 +-
.../features/databases/UploadDataModel/index.tsx | 4 +--
.../src/features/rls/RowLevelSecurityModal.tsx | 8 ++++--
.../src/pages/QueryHistoryList/index.tsx | 5 +++-
34 files changed, 173 insertions(+), 84 deletions(-)