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/11/24 19:20:26 UTC

[incubator-superset] branch master updated (91bcbc8 -> 6019113)

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 91bcbc8  refactor: Replace SqlLab components' styles using Emotion & theme variables (#11780)
     add 6019113  refactor: use rison for list view filters stateful urls (#11675)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |  67 ++++++++------
 superset-frontend/package.json                     |   3 +-
 .../App.jsx => spec/helpers/ProviderWrapper.tsx}   |  35 +++----
 superset-frontend/spec/helpers/theming.ts          |   7 +-
 .../components/AlteredSliceTag_spec.jsx            |  26 +++---
 .../components/ListView/ListView_spec.jsx          |   4 +-
 .../src/components/ListView/Filters.tsx            |  12 ++-
 .../src/components/ListView/ListView.tsx           |  22 ++---
 superset-frontend/src/components/ListView/types.ts |   2 +
 superset-frontend/src/components/ListView/utils.ts | 102 +++++++++++++++++----
 superset-frontend/src/views/App.tsx                |   5 +-
 11 files changed, 190 insertions(+), 95 deletions(-)
 copy superset-frontend/{src/dashboard/App.jsx => spec/helpers/ProviderWrapper.tsx} (62%)