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 2021/05/06 05:03:00 UTC

[superset] branch master updated (fa510df -> 331310d)

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 fa510df  chore: Adds QueryParamProvider to testing helper (#14195)
     add 331310d  refactor: Bootstrap to AntD - Form - iteration 2 (#14379)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard/edit_properties.test.ts  |   2 +-
 .../explore/components/BoundsControl_spec.jsx      |   4 +-
 .../explore/components/SaveModal_spec.jsx          |   2 -
 superset-frontend/src/CRUD/Field.jsx               |   2 +-
 .../src/SqlLab/components/SaveQuery.tsx            |   2 +-
 .../src/SqlLab/components/ScheduleQueryButton.tsx  |   2 +-
 .../src/components/DeleteModal/index.tsx           |   2 +-
 .../components/{Switch/index.tsx => Form/Form.tsx} |  16 +-
 .../{Badge/index.tsx => Form/FormItem.tsx}         |  35 +++--
 .../{FormLabel/index.tsx => Form/FormLabel.tsx}    |  38 +++--
 .../index.ts => components/Form/index.tsx}         |   5 +-
 .../src/components/FormLabel/FormLabel.test.tsx    |  52 -------
 .../src/components/TableSelector/index.tsx         |   2 +-
 .../components/ColorSchemeControlWrapper.jsx       |   4 +-
 .../dashboard/components/PropertiesModal/index.jsx | 171 +++++++++++----------
 .../dashboard/components/RefreshIntervalModal.tsx  |   2 +-
 .../components/filterscope/FilterFieldItem.jsx     |   2 +-
 .../src/explore/components/ControlHeader.jsx       |   4 +-
 .../src/explore/components/EmbedCodeButton.jsx     |   2 +-
 .../explore/components/PropertiesModal/index.tsx   |   2 +-
 .../src/explore/components/SaveModal.tsx           |  32 ++--
 .../components/controls/ColorSchemeControl.jsx     |   5 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   2 +-
 .../components/controls/ViewportControl.jsx        |   2 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |   2 +-
 25 files changed, 185 insertions(+), 209 deletions(-)
 copy superset-frontend/src/components/{Switch/index.tsx => Form/Form.tsx} (72%)
 copy superset-frontend/src/components/{Badge/index.tsx => Form/FormItem.tsx} (56%)
 rename superset-frontend/src/components/{FormLabel/index.tsx => Form/FormLabel.tsx} (56%)
 copy superset-frontend/src/{common/hooks/useChangeEffect/index.ts => components/Form/index.tsx} (85%)
 delete mode 100644 superset-frontend/src/components/FormLabel/FormLabel.test.tsx