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 723a671 fix: time parser truncate to first day of year/month (#14945)
add 405f95b feat(dashboard/native-filters): Hide filters out of scope of
current tab (#14933)
No new revisions were added by this update.
Summary of changes:
.../integration/dashboard_list/filter.test.ts | 4 +-
superset-frontend/package-lock.json | 16 +++
superset-frontend/package.json | 1 +
.../dashboard/components/DashboardBuilder_spec.jsx | 5 +
.../components/gridComponents/ChartHolder_spec.jsx | 2 +
.../components/gridComponents/Tabs_spec.jsx | 4 +
.../src/dashboard/actions/dashboardState.js | 5 +
superset-frontend/src/dashboard/actions/hydrate.js | 1 +
.../DashboardBuilder/DashboardContainer.tsx | 36 ++++++-
.../components/gridComponents/ChartHolder.jsx | 41 +++++---
.../components/gridComponents/ChartHolder.test.tsx | 6 +-
.../dashboard/components/gridComponents/Tabs.jsx | 74 +++++---------
.../components/gridComponents/Tabs.test.tsx | 5 +-
.../FilterBar/FilterControls/FilterControls.tsx | 110 ++++++++++++++++++---
.../dashboard/components/nativeFilters/state.ts | 7 ++
.../dashboard/components/nativeFilters/types.ts | 2 +
.../dashboard/components/nativeFilters/utils.ts | 74 +++++++++++++-
.../dashboard/containers/DashboardComponent.jsx | 28 +++---
.../src/dashboard/reducers/dashboardState.js | 7 ++
superset-frontend/src/dashboard/types.ts | 6 +-
20 files changed, 329 insertions(+), 105 deletions(-)