You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2021/03/26 12:30:08 UTC

[superset] branch master updated (e61f5a9 -> be8f8d9)

This is an automated email from the ASF dual-hosted git repository.

pkdotson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from e61f5a9  chore(CI): dont run Hive tests on Py 3.7 (#13757)
     add be8f8d9  test: Adds storybook and tests to PopoverDropdown component (#13547)

No new revisions were added by this update.

Summary of changes:
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |  94 ++++++++++++++++++
 .../PopoverDropdown/PopoverDropdown.test.tsx       |  86 +++++++++++++++++
 .../PopoverDropdown/index.tsx}                     | 106 ++++++++++-----------
 .../dashboard/components/gridComponents/Header.jsx |  30 +++---
 .../components/menu/BackgroundStyleDropdown.tsx    |   4 +-
 .../components/menu/MarkdownModeDropdown.tsx       |   4 +-
 6 files changed, 249 insertions(+), 75 deletions(-)
 create mode 100644 superset-frontend/src/components/PopoverDropdown/PopoverDropdown.stories.tsx
 create mode 100644 superset-frontend/src/components/PopoverDropdown/PopoverDropdown.test.tsx
 rename superset-frontend/src/{dashboard/components/menu/PopoverDropdown.tsx => components/PopoverDropdown/index.tsx} (55%)