You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/03/03 00:46:35 UTC

[superset] branch master updated (c3e19b2 -> 51f05ea)

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 c3e19b2  test: Adds storybook to IconTooltip component (#13415)
     add 51f05ea  test: Adds storybook to AnchorLink component (#13406)

No new revisions were added by this update.

Summary of changes:
 .../AnchorLink/AnchorLink.stories.tsx}             | 39 +++++++++-----
 .../components/AnchorLink/AnchorLink.test.jsx}     |  0
 .../{AnchorLink.jsx => AnchorLink/index.jsx}       |  6 +--
 .../src/components/ExpandableList.tsx              | 60 ----------------------
 4 files changed, 29 insertions(+), 76 deletions(-)
 copy superset-frontend/src/{dashboard/components/resizable/ResizableHandle.jsx => components/AnchorLink/AnchorLink.stories.tsx} (61%)
 rename superset-frontend/{spec/javascripts/components/AnchorLink_spec.jsx => src/components/AnchorLink/AnchorLink.test.jsx} (100%)
 rename superset-frontend/src/components/{AnchorLink.jsx => AnchorLink/index.jsx} (93%)
 delete mode 100644 superset-frontend/src/components/ExpandableList.tsx