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 4527e1c62b refactor(icons): Replaces custom icons (tags, filter) with
antd5 icons
add 948cb3e510 refactor(icons): Replaces custom icons (LockUnlocked,
LockLocked, CardView, ListView, CaretRight, CaretUp, CaretDown) with antd5 icons
add c814477a15 refactor(icons): Replaces custom icons (Plus, PlusCircle)
with antd5 icons
add 610adab1fe refactor(caretDown): - Small adjustments for caret down
icon - Restored menu icons in the header menu
No new revisions were added by this update.
Summary of changes:
.../SqlLab/components/QueryLimitSelect/index.tsx | 5 +++-
.../components/RunQueryActionButton/index.tsx | 2 +-
.../components/SaveDatasetActionButton/index.tsx | 6 ++---
.../SqlLab/components/TabbedSqlEditors/index.tsx | 13 ++++++++--
.../src/components/Datasource/CollectionTable.tsx | 5 +++-
.../src/components/Datasource/DatasourceEditor.jsx | 16 ++++++++++--
.../src/components/Icons/AntdEnhanced.tsx | 16 ++++++++++--
superset-frontend/src/components/Icons/index.tsx | 30 ++++++++++++----------
.../src/components/ListView/ListView.tsx | 4 +--
.../src/components/MessageToasts/Toast.tsx | 12 +++++----
.../src/components/PopoverDropdown/index.tsx | 8 ++++--
.../src/components/TableSelector/index.tsx | 2 +-
.../src/dashboard/components/DashboardGrid.jsx | 5 ++--
.../src/dashboard/components/SliceAdder.tsx | 7 ++++-
.../ScopingModal/ChartsScopingListPanel.tsx | 2 +-
.../FilterBar/FilterControls/FilterControl.tsx | 4 +--
.../FiltersConfigModal/FilterTitleContainer.tsx | 2 +-
.../FiltersConfigForm/DependencyList.tsx | 2 +-
.../components/DataTablesPane/DataTablesPane.tsx | 6 +++--
.../controls/AnnotationLayerControl/index.tsx | 13 +++++++---
.../controls/CollectionControl/index.jsx | 2 +-
.../ConditionalFormattingControl.tsx | 15 +++++++++--
.../DndColumnSelectControl/DndSelectLabel.tsx | 8 +++++-
.../controls/DndColumnSelectControl/Option.tsx | 6 ++++-
.../FilterControl/AdhocFilterControl/index.jsx | 7 +++--
.../controls/MetricControl/MetricsControl.jsx | 7 +++--
.../components/controls/OptionControls/index.tsx | 6 ++++-
.../src/features/alerts/AlertReportModal.tsx | 11 ++++++--
.../features/alerts/components/RecipientIcon.tsx | 8 +++---
.../annotationLayers/AnnotationLayerModal.tsx | 15 ++++++++---
.../src/features/annotations/AnnotationModal.tsx | 15 ++++++++---
.../src/features/cssTemplates/CssTemplateModal.tsx | 15 ++++++++---
superset-frontend/src/features/home/ChartTable.tsx | 10 +++++++-
.../src/features/home/DashboardTable.tsx | 9 ++++++-
.../src/features/home/LanguagePicker.tsx | 1 +
superset-frontend/src/features/home/RightMenu.tsx | 16 +++++-------
.../src/features/home/SavedQueries.tsx | 9 ++++++-
superset-frontend/src/features/home/SubMenu.tsx | 1 +
.../src/features/rls/RowLevelSecurityModal.tsx | 25 ++++++++----------
.../src/pages/AlertReportList/index.tsx | 20 +++++++++++++--
.../src/pages/AnnotationLayerList/index.tsx | 12 +++++++--
.../src/pages/AnnotationList/index.tsx | 19 ++++++++++++--
superset-frontend/src/pages/ChartList/index.tsx | 9 ++++++-
.../src/pages/CssTemplateList/index.tsx | 10 +++++++-
.../src/pages/DashboardList/index.tsx | 9 ++++++-
superset-frontend/src/pages/DatabaseList/index.tsx | 9 ++++++-
superset-frontend/src/pages/DatasetList/index.tsx | 9 ++++++-
.../src/pages/RowLevelSecurityList/index.tsx | 20 +++++++++++++--
.../src/pages/SavedQueryList/index.tsx | 9 ++++++-
superset-frontend/src/pages/Tags/index.tsx | 13 +++++++---
superset-frontend/src/views/CRUD/utils.tsx | 7 -----
51 files changed, 364 insertions(+), 128 deletions(-)