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 a9ff51b [fix] dashboard filter indicator no showing single number
value (#9401)
add 893c955 fix pagination for list views (#9425)
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 283 +++++++++++----------
superset-frontend/package.json | 2 +
.../components/ListView/ListView_spec.jsx | 10 +-
.../views/dashboardList/DashboardList_spec.jsx | 3 +-
.../src/components/ListView/ListView.tsx | 21 +-
.../src/components/ListView/Pagination.tsx | 53 ++++
6 files changed, 224 insertions(+), 148 deletions(-)
create mode 100644 superset-frontend/src/components/ListView/Pagination.tsx