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 a1c9357a68 refactor(icons): Replaces custom icons (fa-x, xSmall,
xLarge) with antd5 icon (CloseOutlined)
add ab5b2747bb refactor(icons): - Migrates custom icons (Check, Calendar,
FavoriteSelected, FavoriteUnselected, TableOutlined, Alert, AlertSolid, Eye,
AlertSolid) to Ant Design 5 icons - Adds SaveOutlined icon to the dashboard
save button - Small alignment adjustments for icons - Changes the order of
buttons in the chart dropdown on the homepage - Adds custom CircleSolid icon -
wip SqlEditorTabHeader
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/QueryTable/index.tsx | 5 +-
.../SqlLab/components/SqlEditorTabHeader/index.tsx | 39 ++++++++++++++--
.../circle_check_solid - Copia.svg:Zone.Identifier | 0
.../icons/{database.svg => circle_solid.svg} | Bin 1212 -> 1127 bytes
.../components/DropdownSelectableIcon/index.tsx | 2 +-
.../src/components/FaveStar/index.tsx | 12 ++++-
.../src/components/Icons/AntdEnhanced.tsx | 10 ++++
superset-frontend/src/components/Icons/index.tsx | 45 +++++++++---------
.../components/Label/reusable/DatasetTypeLabel.tsx | 2 +-
.../src/components/MetadataBar/ContentConfig.tsx | 2 +-
.../src/components/Popover/Popover.test.tsx | 2 +-
.../src/components/PopoverSection/index.tsx | 3 +-
.../src/components/TableSelector/index.tsx | 4 +-
.../src/components/Tooltip/Tooltip.test.tsx | 2 +-
.../components/WarningIconWithTooltip/index.tsx | 2 +-
.../src/dashboard/components/Header/index.jsx | 1 +
.../ScopingModal/ChartsScopingListPanel.tsx | 1 +
.../src/explore/components/ControlHeader.tsx | 3 +-
.../controls/ColorSchemeControl/index.tsx | 13 +++---
.../controls/DatasourceControl/index.jsx | 5 +-
.../features/alerts/components/AlertStatusIcon.tsx | 13 +++---
.../src/features/charts/ChartCard.tsx | 52 +++++++++++----------
.../AddDataset/DatasetPanel/DatasetPanel.tsx | 5 +-
.../features/datasets/AddDataset/Header/index.tsx | 2 +-
.../ReportModal/HeaderReportDropdown/index.tsx | 4 +-
.../src/features/reports/ReportModal/index.tsx | 2 +-
26 files changed, 149 insertions(+), 82 deletions(-)
copy docs/static/.nojekyll =>
superset-frontend/src/assets/images/icons/circle_check_solid -
Copia.svg:Zone.Identifier (100%)
copy superset-frontend/src/assets/images/icons/{database.svg =>
circle_solid.svg} (73%)