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