This is an automated email from the ASF dual-hosted git repository.
pkdotson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 54b2bda Use stringData instead of data in Secrets and remove manual
base64 encoding (#13730)
add bbc306c chore(homepage): separate out api calls to make homepage load
more dynamically (#13500)
No new revisions were added by this update.
Summary of changes:
.../views/CRUD/welcome/ActivityTable_spec.tsx | 71 ++++++++--
.../views/CRUD/welcome/Welcome_spec.tsx | 15 ++-
superset-frontend/src/views/CRUD/hooks.ts | 3 +-
superset-frontend/src/views/CRUD/types.ts | 6 +
superset-frontend/src/views/CRUD/utils.tsx | 145 ++++++++++-----------
.../src/views/CRUD/welcome/ActivityTable.tsx | 70 +++++-----
.../src/views/CRUD/welcome/ChartTable.tsx | 7 +-
.../src/views/CRUD/welcome/DashboardTable.tsx | 4 +
.../src/views/CRUD/welcome/SavedQueries.tsx | 7 +-
.../src/views/CRUD/welcome/Welcome.tsx | 105 ++++++++++-----
10 files changed, 277 insertions(+), 156 deletions(-)