You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/10/24 16:45:30 UTC

[superset] branch master updated (175ec854b9 -> c19708b432)

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

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


    from 175ec854b9 feat: Add dataset visuals for when a table is selected (#21893)
     add c19708b432 feat(rightmenu): Add Datasets to + Menu and Hide Databases when one has been connected (#21530)

No new revisions were added by this update.

Summary of changes:
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |  17 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   1 +
 .../src/views/components/RightMenu.test.tsx        | 453 ++++++++++++---------
 .../src/views/components/RightMenu.tsx             |  95 ++++-
 superset-frontend/src/views/components/types.ts    |   1 +
 5 files changed, 367 insertions(+), 200 deletions(-)