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 d8bb687320 Merge branch 'master' into enxdev/refactor-antd5-icons
add 9e5f6fe472 refactor(icons): - Migrates some icons (Import, EditAlt,
Edit, Download, Collapse, Expand, more_horiz, Copy) from custom icons to Antd5
icons - Remove some '!important' from CSS - Small alignment adjustments for
icons - Adds the edit icon next to the title in DatasourceModal - Adds the edit
icon next to the title in PropertiesModal
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/QueryTable/index.tsx | 11 +++-----
.../src/SqlLab/components/ResultSet/index.tsx | 15 ++++++++---
.../SqlLab/components/SqlEditorTabHeader/index.tsx | 7 ++---
.../SqlLab/components/TabbedSqlEditors/index.tsx | 2 +-
.../src/SqlLab/components/TableElement/index.tsx | 3 ++-
.../src/SqlLab/components/TablePreview/index.tsx | 6 ++---
.../src/assets/images/icons/circle_check_solid.svg | Bin 1629 -> 1601 bytes
.../CopyToClipboard/CopyToClipboard.stories.tsx | 2 +-
.../src/components/Datasource/CollectionTable.tsx | 4 ++-
.../src/components/Datasource/DatasourceEditor.jsx | 6 ++---
.../src/components/Datasource/DatasourceModal.tsx | 8 ++++++
.../src/components/Dropdown/index.tsx | 2 +-
.../src/components/Icons/AntdEnhanced.tsx | 4 +++
superset-frontend/src/components/Icons/index.tsx | 29 ++++++++++-----------
.../ListViewCard/ListViewCard.stories.tsx | 4 +--
.../src/components/PageHeaderWithActions/index.tsx | 2 +-
.../components/URLShortLinkButton/index.tsx | 6 ++++-
.../ScopingModal/ChartsScopingListPanel.tsx | 10 +++----
.../FilterBar/FilterBarSettings/index.tsx | 14 ++++++++--
.../nativeFilters/FilterBar/Header/index.tsx | 6 ++++-
.../nativeFilters/FilterBar/Vertical.tsx | 17 ++++++------
.../nativeFilters/FilterCard/NameRow.tsx | 2 +-
.../components/ExploreViewContainer/index.jsx | 10 ++++---
.../components/ExportToCSVDropdown/index.tsx | 4 +--
.../explore/components/PropertiesModal/index.tsx | 14 +++++++++-
.../controls/DateFilterControl/DateFilterLabel.tsx | 2 +-
.../annotationLayers/AnnotationLayerModal.tsx | 2 +-
.../src/features/annotations/AnnotationModal.tsx | 2 +-
.../src/features/charts/ChartCard.tsx | 6 ++++-
.../src/features/cssTemplates/CssTemplateModal.tsx | 2 +-
.../src/features/dashboards/DashboardCard.tsx | 7 ++++-
.../src/features/queries/SyntaxHighlighterCopy.tsx | 2 +-
.../src/features/rls/RowLevelSecurityModal.tsx | 2 +-
.../src/pages/AlertReportList/index.tsx | 2 +-
superset-frontend/src/pages/ChartList/index.tsx | 9 +++----
.../src/pages/DashboardList/index.tsx | 14 +++++-----
superset-frontend/src/pages/DatabaseList/index.tsx | 7 ++---
superset-frontend/src/pages/DatasetList/index.tsx | 10 +++----
.../src/pages/RowLevelSecurityList/index.tsx | 2 +-
.../src/pages/SavedQueryList/index.tsx | 8 +++---
superset-frontend/src/pages/Tags/index.tsx | 2 +-
41 files changed, 160 insertions(+), 107 deletions(-)