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 4ac0324 slight tweak to panel logic, keep panels open that user has
opened
add 247df0a rearrange code to be more graceful
No new revisions were added by this update.
Summary of changes:
.../dashboard/components/FiltersBadge_spec.tsx | 2 +-
.../components/FiltersBadge/DetailsPanel.tsx | 10 +---
.../dashboard/components/FiltersBadge/index.tsx | 57 ++----------------
.../dashboard/components/FiltersBadge/selectors.ts | 13 ++++-
.../src/dashboard/components/SliceHeader.jsx | 2 +-
.../src/dashboard/containers/FiltersBadge.tsx | 68 ++++++++++++++++++++++
6 files changed, 87 insertions(+), 65 deletions(-)
create mode 100644 superset-frontend/src/dashboard/containers/FiltersBadge.tsx