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/08 21:51:08 UTC

(superset) branch upgrade-to-storybook-7 updated (78bac8af1a -> fb827d7d09)

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 78bac8af1a linting
     add b0fc3ab082 Connection story fixed
     add 89cbb73aa6 undoing superchart change
     add be7ac6620d Pie story resizes properly finally!
     add fb827d7d09 linting

No new revisions were added by this update.

Summary of changes:
 .../src/operators/contributionOperator.ts          |  25 ++--
 .../src/operators/timeCompareOperator.ts           |  41 +++----
 .../src/operators/timeComparePivotOperator.ts      |  51 ++++----
 .../src/chart/components/SuperChart.tsx            |  10 +-
 .../superset-ui-core/src/query/types/Operator.ts   |   6 +-
 .../plugin-chart-echarts/Pie/Pie.stories.tsx       |  46 ++++---
 ...onnectionStories.tsx => Connection.stories.tsx} |  72 ++++++++---
 .../Chart/DrillBy/useDisplayModeToggle.tsx         |   4 +-
 .../src/components/Select/AsyncSelect.test.tsx     |   4 +-
 .../src/components/TableSelector/index.tsx         |   5 +-
 .../src/components/TimezoneSelector/index.tsx      |   4 +-
 .../src/components/UiConfigContext/index.tsx       |  31 +++--
 .../DashboardBuilder/DashboardBuilder.tsx          |  79 ++++++------
 superset-frontend/src/dashboard/reducers/types.ts  |   2 +-
 superset-frontend/src/dashboard/types.ts           |   2 +-
 .../controls/ColumnConfigControl/types.ts          |   2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  | 135 ++++++++++-----------
 .../alerts/components/AlertReportCronScheduler.tsx | 135 ++++++++++-----------
 .../features/queries/SavedQueryPreviewModal.tsx    | 133 ++++++++++----------
 superset-frontend/src/utils/urlUtils.ts            |   2 +-
 20 files changed, 406 insertions(+), 383 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-connection/{ConnectionStories.tsx => Connection.stories.tsx} (58%)