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 7f1a62498a huge refactor
     add d6618b972d fixing input box in explore
     add 41421f2ed6 minimal
     add 80b4575a01 license headers
     add 9a3420d3c4 linting
     add f6266d959a linted it all

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |   7 +-
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-core/package.json         |   1 +
 .../src/chart/components/FallbackComponent.tsx     |   2 +-
 .../src/chart/models/ChartProps.ts                 |   2 +-
 .../packages/superset-ui-core/src/theme/Theme.ts   |  15 ++-
 .../packages/superset-ui-core/src/theme/index.tsx  |   2 +-
 .../src/assets/stylesheets/antd/index.less         |   5 +-
 .../src/assets/stylesheets/antd/index.less.hbs     |   5 +-
 .../src/components/DynamicEditableTitle/index.tsx  |   5 +-
 .../components/EmptyState/EmptyState.stories.tsx   |   3 +-
 .../src/components/EmptyState/index.tsx            |   2 +-
 .../components/ErrorMessage/ErrorAlert.stories.tsx | 139 +++++++++++++++++++++
 .../components/ErrorMessage/ErrorAlert.test.tsx    |  26 +++-
 .../src/components/ErrorMessage/ErrorAlert.tsx     | 102 +++++++++------
 superset-frontend/src/components/Layout/index.tsx  |  19 +++
 .../src/components/PageHeaderWithActions/index.tsx |   3 +-
 superset-frontend/src/preamble.ts                  |   8 +-
 .../src/views/RootContextProviders.tsx             |   7 +-
 superset-frontend/src/views/menu.tsx               |   3 +-
 20 files changed, 288 insertions(+), 70 deletions(-)
 create mode 100644 
superset-frontend/src/components/ErrorMessage/ErrorAlert.stories.tsx

Reply via email to