Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle UI as offline (web) app #24

Open
Frando opened this issue Jan 30, 2020 · 0 comments
Open

Bundle UI as offline (web) app #24

Frando opened this issue Jan 30, 2020 · 0 comments
Labels
enhancement New feature or request sonar-ui

Comments

@Frando
Copy link
Member

Frando commented Jan 30, 2020

It would be nice if the web app was usable when offline.

Options:

  • "Progressive web app" with a Service Worker that caches the web page. You'd have to open the web app once, and then when offline if you'd open the same URL it would just work on modern browser.
  • Static HTML export. Download a single HTML file, save it, and double-click to open it in your browser
  • For mobile: Minimal app shell that just serves the static html export and/or PWA
  • For desktop: A web view shell as a static small rust binary, e.g. with webview

I think for all three ways there's lots of docs and guides around.

@Frando Frando added enhancement New feature or request sonar-ui labels Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sonar-ui
Projects
None yet
Development

No branches or pull requests

1 participant