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 2024/02/02 06:59:15 UTC

(superset) branch upgrade-to-storybook-7 updated (cc49848d90 -> b69fd65b19)

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

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from cc49848d90 renaming story so it gets picked up properly by storybook
     add b69fd65b19 Migrating stuff from the monorepo

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.storybook/main.js                                   | 3 ++-
 .../{Stories.tsx => LegacyPluginChartCalendar.stories.tsx}             | 0
 .../{ColorPallettesStories.tsx => ColorPallettes.stories.tsx}          | 0
 .../{BigNumberStories.tsx => NumberFormat.stories.tsx}                 | 0
 .../stories/superset-ui-style/{ThemeStories.tsx => Theme.stories.tsx}  | 0
 .../{TimeFormatStories.tsx => TimeFormat.stories.tsx}                  | 0
 6 files changed, 2 insertions(+), 1 deletion(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-calendar/{Stories.tsx => LegacyPluginChartCalendar.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-color/{ColorPallettesStories.tsx => ColorPallettes.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-number-format/{BigNumberStories.tsx => NumberFormat.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-style/{ThemeStories.tsx => Theme.stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-time-format/{TimeFormatStories.tsx => TimeFormat.stories.tsx} (100%)