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

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


    from 73f0f01d99 more tweaks
     add fd082bcca3 fix empty states svg for theming
     add 9e8c02ed51 fix svg
     add 7f1a62498a huge refactor

No new revisions were added by this update.

Summary of changes:
 .../packages/superset-ui-core/src/theme/Theme.ts   |   9 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |   5 +-
 .../src/SqlLab/components/SouthPane/Results.tsx    |   4 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   5 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |   6 +-
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |   5 +-
 superset-frontend/src/assets/images/chart.svg      |   6 +-
 superset-frontend/src/assets/images/document.svg   |   4 +-
 .../src/assets/images/empty-charts.svg             |  22 +-
 .../src/assets/images/empty-dashboard.svg          |  14 +-
 .../src/assets/images/empty-queries.svg            |  16 +-
 superset-frontend/src/assets/images/empty.svg      |   6 +-
 .../src/assets/images/filter-results.svg           |  74 ++++-
 superset-frontend/src/assets/images/filter.svg     |  52 ++-
 superset-frontend/src/assets/images/union.svg      |   6 +-
 superset-frontend/src/assets/images/vector.svg     |   2 +-
 superset-frontend/src/components/Alert/index.tsx   |  46 +--
 superset-frontend/src/components/Chart/Chart.tsx   |   8 +-
 .../src/components/Chart/ChartRenderer.jsx         |   7 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |   4 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |   4 +-
 .../components/EmptyState/EmptyState.stories.tsx   | 130 +++++---
 .../src/components/EmptyState/index.tsx            | 237 +++++--------
 .../ErrorMessage/DatabaseErrorMessage.tsx          |  28 +-
 .../ErrorMessage/DatasetNotFoundErrorMessage.tsx   |  11 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    | 254 ++++----------
 .../src/components/ErrorMessage/ErrorAlert.tsx     | 365 +++++++--------------
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |  10 +-
 .../ErrorMessage/InvalidSQLErrorMessage.tsx        |   9 +-
 .../ErrorMessage/OAuth2RedirectMessage.tsx         |   9 +-
 .../ErrorMessage/ParameterErrorMessage.tsx         |  15 +-
 .../ErrorMessage/TimeoutErrorMessage.tsx           |  15 +-
 .../{ErrorAlert.tsx => ImportErrorAlert.tsx}       |  15 +-
 .../src/components/ImportModal/index.tsx           |   4 +-
 .../src/components/ListView/ListView.tsx           |   8 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   5 +-
 .../src/dashboard/components/DashboardGrid.jsx     |  11 +-
 .../dashboard/components/gridComponents/Tab.jsx    |   4 +-
 .../nativeFilters/FilterBar/Vertical.tsx           |   5 +-
 .../components/DataTableControls.tsx               |   2 +-
 .../DataTablesPane/components/SamplesPane.tsx      |   4 +-
 .../DataTablesPane/components/useResultsPane.tsx   |   6 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     |   5 +-
 .../controls/DatasourceControl/index.jsx           |  18 +-
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |  11 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   8 +-
 .../src/explore/components/controls/ViewQuery.tsx  |   8 +-
 .../src/features/allEntities/AllEntitiesTable.tsx  |   5 +-
 .../src/features/databases/DatabaseModal/index.tsx |   4 +-
 .../AddDataset/DatasetPanel/MessageContent.tsx     |   7 +-
 .../AddDataset/EditDataset/UsageTab/index.tsx      |   7 +-
 .../datasets/AddDataset/LeftPanel/index.tsx        |   4 +-
 superset-frontend/src/features/home/EmptyState.tsx |  16 +-
 53 files changed, 643 insertions(+), 902 deletions(-)
 rename superset-frontend/src/components/ImportModal/{ErrorAlert.tsx => 
ImportErrorAlert.tsx} (84%)

Reply via email to