You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2024/03/27 18:26:02 UTC

(superset) branch master updated (c73b24ad08 -> 38eecfc5d4)

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

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


    from c73b24ad08 chore(🦾): bump python "nh3==0.2.17" (#27687)
     add 38eecfc5d4 perf(explore): virtualized datasource field sections (#27625)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |  19 ++
 superset-frontend/package.json                     |   1 +
 .../DatasourcePanel/DatasourcePanel.test.tsx       |  12 ++
 .../DatasourcePanel/DatasourcePanelItem.test.tsx   | 168 +++++++++++++++
 .../DatasourcePanel/DatasourcePanelItem.tsx        | 234 +++++++++++++++++++++
 .../explore/components/DatasourcePanel/index.tsx   | 219 +++++--------------
 .../components/ExploreViewContainer/index.jsx      |  36 ++--
 7 files changed, 504 insertions(+), 185 deletions(-)
 create mode 100644 superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.test.tsx
 create mode 100644 superset-frontend/src/explore/components/DatasourcePanel/DatasourcePanelItem.tsx