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/10/21 04:34:09 UTC

[incubator-superset] branch master updated (3a0fcda -> c360413)

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 3a0fcda  Fix tabs switching in SouthPane (#11343)
     add c360413  style(menu): clean up right menu - leaving only "Settings" (#11227)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  2 +-
 UPDATING.md                                        |  4 ++
 setup.cfg                                          |  1 +
 .../spec/javascripts/components/Menu_spec.jsx      |  2 +-
 superset-frontend/src/components/Menu/Menu.tsx     | 63 ++++++++++++++++------
 superset-frontend/src/components/Menu/NewMenu.tsx  | 22 +++++---
 superset-frontend/src/components/Menu/UserMenu.tsx | 56 -------------------
 superset/config.py                                 |  3 ++
 superset/views/utils.py                            | 10 ++--
 9 files changed, 76 insertions(+), 87 deletions(-)
 delete mode 100644 superset-frontend/src/components/Menu/UserMenu.tsx