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/01/14 19:30:22 UTC

[incubator-superset] branch master updated (50f21cb -> 614f133)

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 50f21cb  [filter_box] Fix ; separated filter_box default values (#8949)
     add 614f133  [dashboard] Modal for editing dashboard properties & metadata (#8876)

No new revisions were added by this update.

Summary of changes:
 .../dashboard/components/Header_spec.jsx           |   2 +
 .../actions/dashboardInfo.js}                      |  10 +-
 .../src/dashboard/actions/dashboardLayout.js       |  10 +
 .../assets/src/dashboard/components/Header.jsx     |  36 +++
 .../dashboard/components/HeaderActionsDropdown.jsx |   5 +-
 .../src/dashboard/components/PropertiesModal.jsx   | 297 +++++++++++++++++++++
 .../src/dashboard/containers/DashboardHeader.jsx   |   5 +
 .../reducers/dashboardInfo.js}                     |  24 +-
 .../src/dashboard/reducers/dashboardLayout.js      |  15 ++
 superset/assets/src/dashboard/reducers/index.js    |   2 +-
 .../assets/src/dashboard/stylesheets/buttons.less  |  11 +
 11 files changed, 395 insertions(+), 22 deletions(-)
 copy superset/assets/src/{components/RefreshLabel.less => dashboard/actions/dashboardInfo.js} (79%)
 create mode 100644 superset/assets/src/dashboard/components/PropertiesModal.jsx
 copy superset/assets/src/{components/FilterBadgeIcon.less => dashboard/reducers/dashboardInfo.js} (73%)