This is an automated email from the ASF dual-hosted git repository.
yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from d908dd6 chore: better copy for SQL dialog (#15714)
add e305f2a perf(dashboard): make loading datasets non-blocking (#15699)
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/chart/Chart.jsx | 2 +-
superset-frontend/src/chart/ChartRenderer.jsx | 5 +-
.../src/common/hooks/apiResources/dashboards.ts | 7 +-
.../actions/{datasources.js => datasources.ts} | 50 ++++++++------
superset-frontend/src/dashboard/actions/hydrate.js | 5 +-
.../dashboard/components/gridComponents/Chart.jsx | 5 +-
.../src/dashboard/containers/Dashboard.ts | 17 +++--
.../src/dashboard/containers/DashboardPage.tsx | 77 ++++++++++++----------
.../src/dashboard/reducers/datasources.js | 45 -------------
.../datasources.ts} | 33 ++++++----
superset-frontend/src/dashboard/types.ts | 14 ++--
.../src/explore/components/Control.tsx | 75 +++++++++------------
superset-frontend/src/types/Dashboard.ts | 4 +-
13 files changed, 160 insertions(+), 179 deletions(-)
rename superset-frontend/src/dashboard/actions/{datasources.js =>
datasources.ts} (53%)
delete mode 100644 superset-frontend/src/dashboard/reducers/datasources.js
copy superset-frontend/src/dashboard/{util/serializeActiveFilterValues.js =>
reducers/datasources.ts} (58%)