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 a3393c1 fix: native annotations (#10037)
add 98ab95e feat: owners profile icon on dataset list view (#10041)
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 17 +++++++
superset-frontend/package.json | 1 +
superset-frontend/src/components/AvatarIcon.tsx | 59 ++++++++++++++++++++++
.../src/views/datasetList/DatasetList.tsx | 35 +++++++++++--
4 files changed, 109 insertions(+), 3 deletions(-)
create mode 100644 superset-frontend/src/components/AvatarIcon.tsx