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

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


    from ec79b7b  chore: Moves the staticPages folder to the assets folder 
(#14167)
     add 8441590  chore: Moves Tooltip to the components folder (#14137)

No new revisions were added by this update.

Summary of changes:
 .../AdhocMetricEditPopoverTitle_spec.jsx           |  2 +-
 .../explore/components/DatasourceControl_spec.jsx  |  2 +-
 .../explore/components/RowCountLabel_spec.jsx      |  2 +-
 superset-frontend/src/CRUD/Field.jsx               |  2 +-
 .../src/SqlLab/components/ColumnElement.tsx        |  2 +-
 .../src/SqlLab/components/TabbedSqlEditors.jsx     |  2 +-
 .../src/SqlLab/components/TableElement.jsx         |  2 +-
 .../src/SqlLab/components/TemplateParamsEditor.tsx |  2 +-
 .../src/common/components/common.stories.tsx       | 32 +---------------------
 .../AlteredSliceTag/AlteredSliceTag.test.jsx       |  2 +-
 .../src/components/AlteredSliceTag/index.jsx       |  2 +-
 superset-frontend/src/components/Button/index.tsx  |  2 +-
 .../src/components/CachedLabel/index.tsx           |  2 +-
 .../src/components/CertifiedIcon/index.tsx         |  2 +-
 .../src/components/CopyToClipboard/index.jsx       |  2 +-
 .../src/components/EditableTitle/index.tsx         |  2 +-
 .../src/components/FacePile/index.tsx              |  2 +-
 .../src/components/FaveStar/FaveStar.test.tsx      |  2 +-
 .../src/components/FaveStar/index.tsx              |  2 +-
 .../components/FilterableTable/FilterableTable.tsx |  2 +-
 .../components/IconTooltip/IconTooltip.test.jsx    |  2 +-
 .../src/components/IconTooltip/index.tsx           |  2 +-
 .../src/components/InfoTooltip/index.tsx           |  2 +-
 .../src/components/ListView/ActionsBar.tsx         |  2 +-
 .../src/components/ListViewCard/index.tsx          |  2 +-
 .../src/components/PopoverSection/index.tsx        |  2 +-
 .../src/components/RefreshLabel/index.tsx          |  2 +-
 .../components/Tooltip/Tooltip.stories.tsx         |  0
 .../components/Tooltip/Tooltip.test.tsx            |  0
 .../src/{common => }/components/Tooltip/index.tsx  |  0
 .../src/components/WarningIconWithTooltip.tsx      |  2 +-
 .../dashboard/components/PublishedStatus/index.jsx |  2 +-
 .../src/dashboard/components/SliceHeader/index.tsx |  2 +-
 .../FilterBar/FilterSets/FilterSetUnit.tsx         |  2 +-
 .../nativeFilters/FilterBar/FilterSets/Footer.tsx  |  2 +-
 .../src/explore/components/ControlHeader.jsx       |  2 +-
 .../src/explore/components/EmbedCodeButton.jsx     |  2 +-
 .../explore/components/ExploreActionButtons.tsx    |  2 +-
 .../src/explore/components/ExploreChartHeader.jsx  |  2 +-
 .../explore/components/ExploreViewContainer.jsx    |  2 +-
 .../src/explore/components/QueryAndSaveBtns.jsx    |  2 +-
 .../src/explore/components/RowCountLabel.jsx       |  2 +-
 .../components/controls/ColorSchemeControl.jsx     |  2 +-
 .../controls/DatasourceControl/index.jsx           |  2 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |  2 +-
 .../components/DateFunctionTooltip.tsx             |  2 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.jsx  |  2 +-
 .../components/controls/OptionControls/index.tsx   |  2 +-
 .../explore/components/controls/VizTypeControl.jsx |  2 +-
 .../src/views/CRUD/alert/AlertList.tsx             |  2 +-
 .../CRUD/alert/components/AlertStatusIcon.tsx      |  2 +-
 .../views/CRUD/alert/components/RecipientIcon.tsx  |  2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  2 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |  2 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  2 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  2 +-
 .../src/views/CRUD/data/query/QueryList.tsx        |  2 +-
 59 files changed, 56 insertions(+), 86 deletions(-)
 rename superset-frontend/src/{common => 
}/components/Tooltip/Tooltip.stories.tsx (100%)
 rename superset-frontend/src/{common => }/components/Tooltip/Tooltip.test.tsx 
(100%)
 rename superset-frontend/src/{common => }/components/Tooltip/index.tsx (100%)

Reply via email to