This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch enxdev/refactor-antd5-icons
in repository https://gitbox.apache.org/repos/asf/superset.git
from c6da725411 refactor(icons): - Replaces custom icons (Check,
CheckCircle, CheckSolid, Clock, Minus, FieldDerived, Sql, fa-database) with
antd5 icon (CloseOutlined) - Removes TabStatusIcon component
add 57e82c2960 refactor(icons): Replaces custom icons (Search, Email,
Share) with antd5 icon
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/SqlEditorTabHeader/index.tsx | 12 +++++-------
.../src/components/Chart/DrillBy/DrillByMenuItems.tsx | 2 +-
superset-frontend/src/components/Icons/AntdEnhanced.tsx | 4 ++++
superset-frontend/src/components/Icons/index.tsx | 6 +++---
.../src/components/ListView/Filters/Search.tsx | 14 ++++++++------
.../src/explore/components/DataTableControl/index.tsx | 7 ++++++-
.../useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx | 2 +-
.../src/features/alerts/components/NotificationMethod.tsx | 4 ++--
.../src/features/alerts/components/RecipientIcon.tsx | 4 +++-
superset-frontend/src/features/charts/ChartCard.tsx | 6 +++++-
.../src/features/dashboards/DashboardCard.tsx | 6 +++++-
superset-frontend/src/features/home/SavedQueries.tsx | 4 ++++
superset-frontend/src/pages/ChartList/index.tsx | 5 ++++-
superset-frontend/src/pages/DashboardList/index.tsx | 5 ++++-
superset-frontend/src/pages/DatabaseList/index.tsx | 5 ++++-
superset-frontend/src/pages/DatasetList/index.tsx | 5 ++++-
16 files changed, 63 insertions(+), 28 deletions(-)