This is an automated email from the ASF dual-hosted git repository.
tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 0e97c4f tests: added fixtures to created dashboards and updated test
with proper value (#11290)
add 4208ca7 refactor: replace AvatarIcon instances with FacePile (#11279)
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 131 +++++++++------------
superset-frontend/package.json | 1 -
superset-frontend/src/components/AvatarIcon.tsx | 60 ----------
.../FacePile/FacePile.stories.tsx} | 49 ++++++--
.../src/components/FacePile/FacePile.test.tsx | 72 +++++++++++
.../src/components/FacePile/index.tsx | 72 +++++++++++
.../src/components/FacePile/utils.tsx | 49 ++++++++
superset-frontend/src/types/Owner.ts | 2 +-
.../src/views/CRUD/chart/ChartList.tsx | 13 +-
.../src/views/CRUD/dashboard/DashboardList.tsx | 26 +---
.../src/views/CRUD/data/dataset/DatasetList.tsx | 22 +---
11 files changed, 296 insertions(+), 201 deletions(-)
delete mode 100644 superset-frontend/src/components/AvatarIcon.tsx
copy superset-frontend/src/{dashboard/components/resizable/ResizableHandle.jsx
=> components/FacePile/FacePile.stories.tsx} (53%)
create mode 100644 superset-frontend/src/components/FacePile/FacePile.test.tsx
create mode 100644 superset-frontend/src/components/FacePile/index.tsx
create mode 100644 superset-frontend/src/components/FacePile/utils.tsx