You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/11/04 21:48:02 UTC

[incubator-superset] branch master updated (6981017 -> ad98981)

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

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


    from 6981017  style: database modal updates (#11311)
     add ad98981  refactor: Replace react-bootstrap MenuItems with Antd Menu (#11487)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/controls.test.js |  35 ++--
 .../components/HeaderActionsDropdown_spec.jsx      |  15 +-
 superset-frontend/src/common/components/index.tsx  |   2 +
 .../src/components/CopyToClipboard.jsx             |  29 +--
 .../src/components/Menu/LanguagePicker.tsx         |  30 +--
 .../src/dashboard/components/CssEditor.jsx         |   1 -
 .../dashboard/components/HeaderActionsDropdown.jsx | 225 ++++++++++++---------
 .../dashboard/components/RefreshIntervalModal.jsx  |   1 -
 .../src/dashboard/components/SaveModal.jsx         |   3 -
 .../components/controls/DateFilterControl.jsx      |  71 +++----
 10 files changed, 207 insertions(+), 205 deletions(-)