You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/02/25 03:37:38 UTC

[superset] branch master updated (0b114fc -> 8ab45c9)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 0b114fc  feat(reports): send notification on error with grace (#13135)
     add 8ab45c9  refactor: New Icon system with Enhanced Antd Custom Icon (#12229)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/CRUD/CollectionTable.tsx     |  16 +-
 .../src/components/Icons/AntdEnhanced.tsx          |  21 +-
 .../ProgressBar.tsx => components/Icons/Icon.tsx}  |  56 ++-
 .../types.ts => components/Icons/IconType.ts}      |  16 +-
 .../icon.stories.jsx => Icons/icons.stories.jsx}   |  23 +-
 .../components/{Icon/index.tsx => Icons/index.ts}  | 413 +++++++--------------
 .../src/components/ListView/ActionsBar.tsx         |  21 +-
 .../ListViewCard/ListViewCard.stories.tsx          |   5 +-
 .../src/components/ListViewCard/index.tsx          |   9 +-
 .../src/views/CRUD/alert/AlertList.tsx             |   7 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |   5 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |   5 +-
 .../src/views/CRUD/chart/ChartCard.tsx             |  33 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  26 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |   5 +-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |  43 ++-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  23 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  26 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  22 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |   9 +-
 20 files changed, 335 insertions(+), 449 deletions(-)
 copy docs/src/pages/404.jsx => superset-frontend/src/components/Icons/AntdEnhanced.tsx (71%)
 copy superset-frontend/src/{common/components/ProgressBar.tsx => components/Icons/Icon.tsx} (50%)
 copy superset-frontend/src/{dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/types.ts => components/Icons/IconType.ts} (78%)
 copy superset-frontend/src/components/{Icon/icon.stories.jsx => Icons/icons.stories.jsx} (86%)
 copy superset-frontend/src/components/{Icon/index.tsx => Icons/index.ts} (55%)