You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/10/09 20:07:03 UTC

[incubator-superset] branch master updated (56d5e8a -> 7b0dabd)

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

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


    from 56d5e8a  Changed cache uid to be depending on table in test_csv_response_format (#11214)
     add 7b0dabd  style(listview): various changes to get closer to SIP-34 designs (#11101)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard_list/list_view.test.ts   |   2 +-
 superset-frontend/src/components/FaveStar.tsx      |  22 +---
 .../src/components/IndeterminateCheckbox.tsx       |   8 +-
 .../src/components/ListView/CardCollection.tsx     |   2 -
 .../src/components/ListView/CardSortSelect.tsx     |   6 +-
 .../src/components/ListView/Filters.tsx            |   4 +-
 .../src/components/ListView/ListView.tsx           |  78 +++++++-----
 .../src/components/ListView/TableCollection.tsx    |  15 ++-
 superset-frontend/src/components/ListView/utils.ts |   1 +
 .../src/components/ListViewCard/ImageLoader.tsx    |  35 ++++--
 .../src/components/ListViewCard/index.tsx          |  69 ++++++-----
 superset-frontend/src/components/Menu/SubMenu.tsx  |   4 +-
 superset-frontend/src/components/SearchInput.tsx   |   5 +-
 .../src/views/CRUD/chart/ChartList.tsx             | 105 +++++++++-------
 .../src/views/CRUD/dashboard/DashboardList.tsx     | 132 ++++++++++++---------
 .../src/views/CRUD/data/database/DatabaseList.tsx  |   2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  56 ++++-----
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  | 117 +++++++++---------
 superset-frontend/stylesheets/superset.less        |   2 +
 19 files changed, 366 insertions(+), 299 deletions(-)