This is an automated email from the ASF dual-hosted git repository.
suddjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 2f95f81 feat: apply post processing to chart data (#15843)
add fb5dce0 chore: implement new mockup to the new viz gallery (2nd
iteration) (#15868)
No new revisions were added by this update.
Summary of changes:
.../images/icons/{circle.svg => ballot.svg} | 5 +-
.../images/icons/{minus.svg => category.svg} | 5 +-
.../images/icons/{grid.svg => tags.svg} | 5 +-
superset-frontend/package-lock.json | 18 +-
superset-frontend/package.json | 1 +
.../explore/components/VizTypeControl_spec.jsx | 2 +-
superset-frontend/src/components/Icons/index.tsx | 3 +
.../VizTypeControl/VizTypeControl.test.tsx | 4 +-
.../controls/VizTypeControl/VizTypeGallery.tsx | 330 ++++++++++++++-------
9 files changed, 258 insertions(+), 115 deletions(-)
copy superset-frontend/images/icons/{circle.svg => ballot.svg} (60%)
copy superset-frontend/images/icons/{minus.svg => category.svg} (52%)
copy superset-frontend/images/icons/{grid.svg => tags.svg} (66%)