This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch mobile-dashboard-support
in repository https://gitbox.apache.org/repos/asf/superset.git
from dc85498efe1 fix(mobile): resolve merge conflicts and TypeScript errors
from rebase
add 730a96e7321 feat(mobile): add route guard for unsupported mobile pages
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 166 +--
superset-frontend/package.json | 4 +-
.../src/components/MobileRouteGuard/index.tsx | 104 ++
.../src/pages/MobileUnsupported/index.tsx | 215 +++
superset-frontend/src/views/App.tsx | 29 +-
superset/static/service-worker.js | 1492 +++++++++++++++++++-
6 files changed, 1888 insertions(+), 122 deletions(-)
create mode 100644 superset-frontend/src/components/MobileRouteGuard/index.tsx
create mode 100644 superset-frontend/src/pages/MobileUnsupported/index.tsx