This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from d48b894 fix: Grab datasets initially onMount (#13160)
add fcd443d Creates storybook and tests for Tooltip component (#13184)
No new revisions were added by this update.
Summary of changes:
.../components/AlteredSliceTag_spec.jsx | 6 +-
.../explore/components/RowCountLabel_spec.jsx | 6 +-
.../common/components/Tooltip/Tooltip.stories.tsx | 77 ++++++++++++++++++++++
.../src/common/components/Tooltip/Tooltip.test.tsx | 72 ++++++++++++++++++++
.../components/{Tooltip.tsx => Tooltip/index.tsx} | 0
.../src/components/AlteredSliceTag.jsx | 6 +-
superset-frontend/src/components/CachedLabel.jsx | 6 +-
.../src/components/CertifiedIconWithTooltip.tsx | 10 +--
superset-frontend/src/components/EditableTitle.tsx | 10 +--
superset-frontend/src/components/FaveStar.tsx | 10 +--
.../components/FilterableTable/FilterableTable.tsx | 11 ++--
.../src/components/ListView/ActionsBar.tsx | 15 +++--
superset-frontend/src/components/RefreshLabel.jsx | 6 +-
.../src/components/TooltipWrapper.jsx | 59 -----------------
.../src/dashboard/components/PublishedStatus.jsx | 26 ++++----
.../src/dashboard/components/SliceHeader.jsx | 18 ++---
.../src/explore/components/ExploreChartHeader.jsx | 11 ++--
.../src/explore/components/RowCountLabel.jsx | 6 +-
.../components/controls/ColorSchemeControl.jsx | 10 ++-
.../src/views/CRUD/chart/ChartList.tsx | 26 ++++----
.../views/CRUD/csstemplates/CssTemplatesList.tsx | 10 +--
.../src/views/CRUD/dashboard/DashboardList.tsx | 26 ++++----
.../src/views/CRUD/data/database/DatabaseList.tsx | 50 +++++++-------
.../src/views/CRUD/data/dataset/DatasetList.tsx | 41 ++++++------
24 files changed, 301 insertions(+), 217 deletions(-)
create mode 100644
superset-frontend/src/common/components/Tooltip/Tooltip.stories.tsx
create mode 100644
superset-frontend/src/common/components/Tooltip/Tooltip.test.tsx
rename superset-frontend/src/common/components/{Tooltip.tsx =>
Tooltip/index.tsx} (100%)
delete mode 100644 superset-frontend/src/components/TooltipWrapper.jsx