This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch enxdev/refactor/antd5/create-wrappers
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0270d89ca7 refactor(Tag): upgrade Tag and TagList - Create two
separate wrappers, one for Tag and one for TagsList - Update imports to reflect
changes - Migrate stories from CSF2 to CSF3 format
add 3ad5903c65 feat(skeleton): add wrapper with tests and stories - Create
a wrapper for the Skeleton component - Add unit tests using RTL - Implement
CSF3 stories for Skeleton
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/QueryHistory/index.tsx | 2 +-
.../src/SqlLab/components/SqlEditor/index.tsx | 2 +-
.../src/SqlLab/components/TablePreview/index.tsx | 3 ++-
.../src/components/ListViewCard/index.tsx | 3 ++-
.../src/components/Skeleton/Skeleton.stories.tsx | 29 +++++++++++++++++++++
.../src/components/Skeleton/Skeleton.test.tsx | 30 ++++++++++++++++++++++
.../src/components/Skeleton/index.tsx | 3 +++
superset-frontend/src/components/index.ts | 2 +-
8 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644
superset-frontend/src/components/Skeleton/Skeleton.stories.tsx
create mode 100644 superset-frontend/src/components/Skeleton/Skeleton.test.tsx
create mode 100644 superset-frontend/src/components/Skeleton/index.tsx