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 2020/10/22 21:00:32 UTC

[incubator-superset] branch master updated (04ee4a2 -> dc5e5a9)

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/incubator-superset.git.


    from 04ee4a2  build: let webpack proxy server handle more content encoding (#11376)
     add dc5e5a9  refactor: Replace usages of reactable in TableLoader (#11240)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/components/TableLoader.jsx   | 114 ---------------------
 superset-frontend/src/components/TableLoader.tsx   |  99 ++++++++++++++++++
 .../src/components/TableView/TableView.tsx         |  39 ++++++-
 .../src/profile/components/CreatedContent.tsx      |   4 +-
 .../src/profile/components/Favorites.tsx           |   4 +-
 .../src/profile/components/RecentActivity.tsx      |   2 +-
 6 files changed, 139 insertions(+), 123 deletions(-)
 delete mode 100644 superset-frontend/src/components/TableLoader.jsx
 create mode 100644 superset-frontend/src/components/TableLoader.tsx