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/11 16:46:29 UTC

[superset] branch master updated (e44163e -> a7d505d)

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 e44163e  test(Native filter): add cypress test user can add time grain filter (#18669)
     add a7d505d  feat: Implement EmptyState components (#18676)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/assets/images/chart.svg      |  22 +++
 .../images/{icons/offline.svg => document.svg}     |   5 +-
 superset-frontend/src/assets/images/filter.svg     |  32 ++++
 .../components/EmptyState/EmptyState.stories.tsx   |  73 ++++++++
 .../src/components/EmptyState/index.tsx            | 205 +++++++++++++++++++++
 superset-frontend/webpack.config.js                |  13 +-
 6 files changed, 347 insertions(+), 3 deletions(-)
 create mode 100644 superset-frontend/src/assets/images/chart.svg
 copy superset-frontend/src/assets/images/{icons/offline.svg => document.svg} (77%)
 create mode 100644 superset-frontend/src/assets/images/filter.svg
 create mode 100644 superset-frontend/src/components/EmptyState/EmptyState.stories.tsx
 create mode 100644 superset-frontend/src/components/EmptyState/index.tsx