This is an automated email from the ASF dual-hosted git repository. msyavuz pushed a change to branch enxdev/refactor/migrate-table-to-antd5 in repository https://gitbox.apache.org/repos/asf/superset.git
from 9e906a1336 Merge branch 'template_less' into enxdev/refactor/migrate-table-to-antd5 add 06d737ec9f add theming support to Storybook add d752b0f06a fixing themes in Storybook add 4f0a4454ec styling the AsyncAceEditor add 5805f242d0 minor color tweak add 3c289a927d a theme editor add e0ee7709c7 Merge branch 'template_less' into enxdev/refactor/migrate-table-to-antd5 No new revisions were added by this update. Summary of changes: superset-frontend/.storybook/preview.jsx | 55 ++++++++- .../src/ReactWorldMap.jsx => .storybook/themes.js} | 58 +++++---- .../packages/superset-ui-core/src/theme/utils.ts | 2 +- .../storybook/stories/ExampleApp.stories.jsx | 91 ++++++++++++++ .../src/components/AsyncAceEditor/index.tsx | 131 ++++++++++++++++++--- .../src/components/Icons/AntdEnhanced.tsx | 1 + .../src/components/ThemeEditor/index.tsx | 86 ++++++++++++++ superset-frontend/src/features/home/RightMenu.tsx | 2 + 8 files changed, 378 insertions(+), 48 deletions(-) copy superset-frontend/{plugins/legacy-plugin-chart-world-map/src/ReactWorldMap.jsx => .storybook/themes.js} (56%) create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/ExampleApp.stories.jsx create mode 100644 superset-frontend/src/components/ThemeEditor/index.tsx