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

[incubator-superset] branch feature/filter-p0 updated (64510e2 -> ce0cd33)

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

suddjian pushed a change to branch feature/filter-p0
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 64510e2  temp css to demonstrate highlighting
     add ce0cd33  fix focused filter logic

No new revisions were added by this update.

Summary of changes:
 .../dashboard/fixtures/mockDashboardState.js       |  2 +-
 .../dashboard/reducers/dashboardState_spec.js      | 35 +++++++++++++++-------
 .../src/dashboard/actions/dashboardState.js        |  4 +--
 .../src/dashboard/components/DashboardBuilder.jsx  |  9 +++++-
 .../dashboard/components/gridComponents/Chart.jsx  |  4 +--
 .../components/gridComponents/ChartHolder.jsx      | 18 +++++------
 .../src/dashboard/containers/DashboardBuilder.jsx  |  1 +
 .../dashboard/containers/DashboardComponent.jsx    | 15 +++++-----
 .../src/dashboard/reducers/dashboardState.js       | 29 +++++++++---------
 .../src/dashboard/reducers/getInitialState.js      |  7 +----
 .../src/visualizations/FilterBox/FilterBox.jsx     | 14 +++++----
 11 files changed, 79 insertions(+), 59 deletions(-)