You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/11/07 03:39:48 UTC

[incubator-superset] branch master updated (a6bf95e -> d8373f2)

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

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


    from a6bf95e  fix: Filter and Metric popovers not closing after clicking Save (#11607)
     add d8373f2  chore(home-screen): fixes for loading states, flicker issue, and reduction of api calls (#11557)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/images/empty-charts.png          | Bin 2274 -> 0 bytes
 superset-frontend/images/empty-charts.svg          |  30 +++++
 superset-frontend/images/empty-dashboard.png       | Bin 1467 -> 0 bytes
 superset-frontend/images/empty-dashboard.svg       |  26 ++++
 superset-frontend/images/empty-queries.png         | Bin 1791 -> 0 bytes
 superset-frontend/images/empty-queries.svg         |  35 ++++++
 superset-frontend/images/star-circle.png           | Bin 2705 -> 0 bytes
 superset-frontend/images/star-circle.svg           |  22 ++++
 superset-frontend/images/union.png                 | Bin 1694 -> 3199 bytes
 superset-frontend/images/{empty.svg => union.svg}  |   2 +-
 .../views/CRUD/welcome/ActivityTable_spec.tsx      |  49 ++++----
 .../views/CRUD/welcome/ChartTable_spec.tsx         |   9 +-
 .../views/CRUD/welcome/DashboardTable_spec.tsx     |  31 +++--
 .../views/CRUD/welcome/SavedQueries_spec.tsx       |  30 +++--
 .../views/CRUD/welcome/Welcome_spec.tsx            |  45 ++++++-
 .../src/components/FacePile/index.tsx              |   4 +-
 .../src/components/ListViewCard/ImageLoader.tsx    |   2 +-
 .../src/components/ListViewCard/index.tsx          |   2 +-
 .../src/views/CRUD/chart/ChartCard.tsx             |  69 +++++++----
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |  69 +++++++----
 .../src/views/CRUD/dashboard/DashboardList.tsx     |   1 -
 superset-frontend/src/views/CRUD/hooks.ts          |  11 +-
 superset-frontend/src/views/CRUD/types.ts          |   1 +
 superset-frontend/src/views/CRUD/utils.tsx         |  79 ++++++++----
 .../src/views/CRUD/welcome/ActivityTable.tsx       | 110 +++++++----------
 .../src/views/CRUD/welcome/ChartTable.tsx          |  34 ++++--
 .../src/views/CRUD/welcome/DashboardTable.tsx      |  38 ++++--
 .../src/views/CRUD/welcome/EmptyState.tsx          | 104 ++++++++--------
 .../src/views/CRUD/welcome/SavedQueries.tsx        | 134 ++++++++++++++-------
 .../src/views/CRUD/welcome/Welcome.tsx             |  97 +++++++++++++--
 30 files changed, 709 insertions(+), 325 deletions(-)
 delete mode 100644 superset-frontend/images/empty-charts.png
 create mode 100644 superset-frontend/images/empty-charts.svg
 delete mode 100644 superset-frontend/images/empty-dashboard.png
 create mode 100644 superset-frontend/images/empty-dashboard.svg
 delete mode 100644 superset-frontend/images/empty-queries.png
 create mode 100644 superset-frontend/images/empty-queries.svg
 delete mode 100644 superset-frontend/images/star-circle.png
 create mode 100644 superset-frontend/images/star-circle.svg
 copy superset-frontend/images/{empty.svg => union.svg} (84%)