-
-
Notifications
You must be signed in to change notification settings - Fork 936
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
feat: add basic offline pwa support #3718
feat: add basic offline pwa support #3718
Conversation
|
Do you want to test this code? Here you have an automated build: |
AUTOMERGE: (FAIL)
|
looks good, but i dont know how to build PWA executable for testing. |
@nerdCopter Though, for full offline it needs to be https. So will look into better local setup to actually test offline. For now we'll only be able to fully test this once it's up on https://nightly.app.betaflight.com/ or https://app.betaflight.com/ |
okay , i know about i ran |
@nerdCopter if you visit https://nightly.app.betaflight.com/ in the top right in url bar there is install button. Screen.Recording.2024-01-10.at.06.34.58.movAfter clicking that you will need to wait for all the request to finish in the network tab When finished you will get the following popup and that pretty much means it's ready to go ![]() |
Add basic pwa support for offline use.
offline.mov