You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2021/05/21 13:55:49 UTC

[superset] branch master updated (29828f8 -> c831655)

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

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


    from 29828f8  fix: homepage card layout (#14725)
     add c831655  feat(native-filters): Highlight charts affected by focused native filter (#14693)

No new revisions were added by this update.

Summary of changes:
 .../dashboard/components/DashboardBuilder_spec.jsx |  6 -----
 .../src/dashboard/actions/nativeFilters.ts         | 28 ++++++++++++++++++++--
 .../DashboardBuilder/DashboardContainer.tsx        |  2 +-
 .../components/gridComponents/ChartHolder.jsx      |  2 +-
 .../FilterBar/FilterControls/FilterValue.tsx       | 11 ++++++++-
 .../nativeFilters/FilterBar/FilterSets/index.tsx   |  2 +-
 .../dashboard/containers/DashboardComponent.jsx    | 21 ++++++++++++----
 .../src/dashboard/reducers/nativeFilters.ts        | 14 +++++++++++
 superset-frontend/src/dashboard/reducers/types.ts  |  1 +
 .../dashboard/stylesheets/components/chart.less    |  6 +++--
 .../components/GroupBy/GroupByFilterPlugin.tsx     | 13 +++++++++-
 .../filters/components/GroupBy/transformProps.ts   |  8 ++++++-
 .../src/filters/components/GroupBy/types.ts        |  6 ++---
 .../filters/components/Range/RangeFilterPlugin.tsx | 22 ++++++++++-------
 .../src/filters/components/Range/transformProps.ts |  8 ++++++-
 .../src/filters/components/Range/types.ts          |  6 ++---
 .../components/Select/SelectFilterPlugin.tsx       | 10 +++++++-
 .../filters/components/Select/transformProps.ts    |  8 ++++++-
 .../src/filters/components/Select/types.ts         |  6 ++---
 .../filters/components/Time/TimeFilterPlugin.tsx   | 28 +++++++++++++++++-----
 .../src/filters/components/Time/transformProps.ts  |  8 ++++++-
 .../src/filters/components/Time/types.ts           |  6 ++---
 .../TimeColumn/TimeColumnFilterPlugin.tsx          | 13 +++++++++-
 .../components/TimeColumn/transformProps.ts        |  8 ++++++-
 .../src/filters/components/TimeColumn/types.ts     |  6 ++---
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx | 13 +++++++++-
 .../filters/components/TimeGrain/transformProps.ts |  8 ++++++-
 .../src/filters/components/TimeGrain/types.ts      | 12 +++-------
 superset-frontend/src/filters/components/common.ts |  4 ++--
 superset-frontend/src/filters/components/types.ts  |  8 +++++++
 30 files changed, 220 insertions(+), 74 deletions(-)