You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2021/03/04 16:41:29 UTC

[superset] branch master updated (95809e5 -> 483405f)

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

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


    from 95809e5  Adding v0 import/export fields to dashboard metadata schema (#13425)
     add 483405f  chore: Migrating dashboard/components/menu from jsx to tsx (#13361)

No new revisions were added by this update.

Summary of changes:
 ...yleDropdown.jsx => BackgroundStyleDropdown.tsx} | 24 +++----
 .../menu/{HoverMenu.jsx => HoverMenu.tsx}          | 28 ++++----
 ...wnModeDropdown.jsx => MarkdownModeDropdown.tsx} | 17 ++---
 .../{PopoverDropdown.jsx => PopoverDropdown.tsx}   | 76 ++++++++++----------
 .../{WithPopoverMenu.jsx => WithPopoverMenu.tsx}   | 81 ++++++++++++----------
 5 files changed, 113 insertions(+), 113 deletions(-)
 rename superset-frontend/src/dashboard/components/menu/{BackgroundStyleDropdown.jsx => BackgroundStyleDropdown.tsx} (81%)
 rename superset-frontend/src/dashboard/components/menu/{HoverMenu.jsx => HoverMenu.tsx} (74%)
 rename superset-frontend/src/dashboard/components/menu/{MarkdownModeDropdown.jsx => MarkdownModeDropdown.tsx} (82%)
 rename superset-frontend/src/dashboard/components/menu/{PopoverDropdown.jsx => PopoverDropdown.tsx} (69%)
 rename superset-frontend/src/dashboard/components/menu/{WithPopoverMenu.jsx => WithPopoverMenu.tsx} (67%)