You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/02/14 14:26:23 UTC

[superset] branch master updated (42d97fb -> f8b3ece)

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

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


    from 42d97fb  feat(explore): Implement data table empty states (#18679)
     add f8b3ece  feat(dashboard): Implement empty states for dashboard (#18712)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/assets/images/dashboard.svg  |  33 ++++
 .../src/components/EmptyState/index.tsx            |  11 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |  29 +++-
 .../src/dashboard/components/DashboardGrid.jsx     | 176 ++++++++++++---------
 .../components/nativeFilters/FilterBar/index.tsx   |  34 +++-
 5 files changed, 193 insertions(+), 90 deletions(-)
 create mode 100644 superset-frontend/src/assets/images/dashboard.svg