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 23:09:53 UTC

(superset) branch upgrade-to-storybook-7 updated (9cd9d2a07a -> 631757f95c)

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 9cd9d2a07a so much linting...
     add 63b41ab6ca last(?) story refactor
     add 821fc62a57 refactorigng `.story` hoisting, killing knobs configs
     add 9cfb54cc15 how did the linter not fix this?!
     add 631757f95c fixing some more little errors/depdencencies

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |  2 ++
 .../packages/superset-ui-demo/package.json         |  1 +
 ...{createQueryStory.tsx => createQuery.story.tsx} | 39 ++++++++++++--------
 .../Area/stories/stackedWithBounds.tsx             |  8 ++---
 .../PivotTable.stories.tsx                         | 22 +++++-------
 .../plugins/plugin-chart-table/Table.stories.tsx   | 22 +++++-------
 .../ChartDataProvider.stories.tsx                  |  2 +-
 .../superset-ui-chart/SuperChart.stories.tsx       | 16 ++++-----
 .../superset-ui-connection/Connection.stories.tsx  |  5 +--
 .../src/MixedTimeseries/transformProps.ts          |  4 +--
 .../src/Timeseries/transformProps.ts               |  2 +-
 .../src/components/Alert/Alert.stories.tsx         | 25 ++++---------
 .../AlteredSliceTag/AlteredSliceTag.stories.tsx    |  8 -----
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      | 11 ++----
 .../AsyncEsmComponent.stories.tsx                  |  8 -----
 .../src/components/Badge/Badge.stories.tsx         | 42 +++++++---------------
 .../src/components/Button/Button.stories.tsx       | 25 ++++---------
 .../components/ButtonGroup/ButtonGroup.stories.tsx | 11 ++----
 .../src/components/Card/Card.stories.tsx           |  8 -----
 .../CertifiedBadge/CertifiedBadge.stories.tsx      |  8 -----
 .../src/components/Collapse/Collapse.stories.tsx   | 11 ++----
 .../ConfirmStatusChange.stories.tsx                |  8 -----
 .../CopyToClipboard/CopyToClipboard.stories.tsx    |  8 -----
 .../components/CronPicker/CronPicker.stories.tsx   |  8 -----
 .../components/DatePicker/DatePicker.stories.tsx   | 16 ---------
 .../src/components/Dropdown/Dropdown.stories.tsx   |  8 -----
 .../DropdownButton/DropdownButton.stories.tsx      |  8 -----
 .../DropdownSelectableIcon.stories.tsx             |  8 -----
 .../EditableTitle/EditableTitle.stories.tsx        |  8 -----
 .../FilterableTable/FilterableTable.stories.tsx    |  8 -----
 .../src/components/FormRow/FormRow.stories.tsx     |  8 -----
 .../components/IconTooltip/IconTooltip.stories.tsx |  8 -----
 .../src/components/Icons/Icons.stories.tsx         |  8 -----
 .../IndeterminateCheckbox.stories.tsx              |  8 -----
 .../components/InfoTooltip/InfoTooltip.stories.tsx |  8 -----
 .../src/components/Loading/Loading.stories.tsx     | 25 ++++---------
 .../components/MetadataBar/MetadataBar.stories.tsx |  8 -----
 .../src/components/Modal/Modal.stories.tsx         |  8 -----
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |  8 -----
 .../PopoverSection/PopoverSection.stories.tsx      |  8 -----
 .../RefreshLabel/RefreshLabel.stories.tsx          |  8 -----
 .../src/components/Select/AsyncSelect.stories.tsx  |  8 -----
 .../src/components/Select/Select.stories.tsx       | 42 +++++++---------------
 .../src/components/Slider/Slider.stories.tsx       |  8 -----
 .../src/components/Switch/Switch.stories.tsx       |  8 -----
 .../src/components/TableView/TableView.stories.tsx |  8 -----
 .../src/components/Tabs/Tabs.stories.tsx           |  8 -----
 .../src/components/Tags/TagsList.stories.tsx       |  8 -----
 .../src/components/Timer/Timer.stories.tsx         | 11 ++----
 .../src/components/Tooltip/Tooltip.stories.tsx     |  8 -----
 .../TooltipParagraph/TooltipParagraph.stories.tsx  |  8 -----
 .../WarningIconWithTooltip.stories.tsx             |  8 -----
 .../components/AnchorLink/AnchorLink.stories.tsx   |  8 -----
 .../FilterControls/FilterDivider.stories.tsx       |  8 -----
 .../explore/components/ControlHeader.stories.tsx   |  8 -----
 .../RunQueryButton/RunQueryButton.stories.tsx      |  8 -----
 .../components/controls/BoundsControl.stories.tsx  |  8 -----
 .../DatasetMetadataBar.skipped-stories.tsx         |  8 -----
 58 files changed, 115 insertions(+), 523 deletions(-)
 rename superset-frontend/packages/superset-ui-demo/storybook/shared/components/{createQueryStory.tsx => createQuery.story.tsx} (78%)