This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 8360292 feat(api): add featured datatypes to dashboard dataset ep
(#15188)
add 0c22266 chore: Improves the native filters bar layout (#15115)
No new revisions were added by this update.
Summary of changes:
.../helpers/IntersectionObserver.ts} | 20 +-
superset-frontend/spec/helpers/shim.ts | 2 +
.../dashboard/components/DashboardBuilder_spec.jsx | 9 +-
.../hooks/useElementOnScreen/index.ts} | 46 +++--
.../DashboardBuilder/DashboardBuilder.tsx | 218 +++++++++++++--------
.../src/dashboard/components/StickyVerticalBar.tsx | 100 ----------
.../nativeFilters/FilterBar/FilterBar.test.tsx | 2 +-
.../FilterBar/FilterControls/FilterValue.tsx | 2 +-
.../FilterBar/FilterSets/FiltersHeader.tsx | 24 ++-
.../nativeFilters/FilterBar/FilterSets/index.tsx | 26 +--
.../nativeFilters/FilterBar/Header/index.tsx | 24 ++-
.../components/nativeFilters/FilterBar/index.tsx | 71 ++++---
.../FiltersConfigModal/FiltersConfigModal.tsx | 2 +-
13 files changed, 269 insertions(+), 277 deletions(-)
copy superset-frontend/{src/components/.eslintrc =>
spec/helpers/IntersectionObserver.ts} (79%)
copy superset-frontend/src/{explore/components/ExploreContentPopover.tsx =>
common/hooks/useElementOnScreen/index.ts} (53%)
delete mode 100644
superset-frontend/src/dashboard/components/StickyVerticalBar.tsx