You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/11/12 22:50:06 UTC

[incubator-superset] branch master updated (5cb6c25 -> 3ad65bc)

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

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


    from 5cb6c25  docs: add support for Google Analytics on superset.apache.org (#11613)
     add 3ad65bc  fix: Dropdown menu not closing on Dashboard view (#11671)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/controls.test.js |  27 ++-
 .../integration/dashboard/edit_properties.test.ts  |   4 +-
 .../cypress/integration/dashboard/markdown.test.ts |   5 +
 .../components/HeaderActionsDropdown_spec.jsx      |  80 ++++----
 superset-frontend/src/common/components/index.tsx  |  11 +-
 superset-frontend/src/components/ModalTrigger.jsx  |   4 +-
 .../dashboard/components/HeaderActionsDropdown.jsx | 203 +++++++++++----------
 .../dashboard/components/SliceHeaderControls.jsx   | 134 +++++++-------
 .../src/dashboard/stylesheets/dashboard.less       |  23 ---
 9 files changed, 250 insertions(+), 241 deletions(-)