-
Notifications
You must be signed in to change notification settings - Fork 193
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
Convert App to PWA/Downloadable #53
Comments
Sure, why not? But I personally have no need for or interest in doing this. If someone makes a fork and maintains it in sync with the master branch, I'd be happy to link it from the readme. I'll leave this open for now as a place for discussing this further. |
If you're on a Debian-based Linux distro, you can use this program to do something similar. I run this myself and it works quite well, keeping the DB separate from my daily-driver browser. |
Currently reading this https://web.dev/progressive-web-apps/ |
I did this work. It just adds some files and a simple javascript code into HTML. I test manually with If the owner does not merge the PWA edition into this repo and deploys it on their server, then you should deploy it on your own (It can work with GitHub Pages: https://sotvokun.github.io/nullboard/index.html). Most browsers to install PWA need to download necessary files from the server and store them on the local. It's no difference between the current edition and the PWA edition, except the latter can be integrated into OS, e.g. drawing into a window without the address bar, showing on the Start menu on Windows. But if you clean the browser data, your content in nullboard will be lost, as the current edition. Besides, you may need to connect to the Internet to download the PWA again. |
Weirdly enough before this note, the application resets so I lost all my cards, I wonder if this is fixed yet? |
Since you mention yet, it suggests this has been discussed before. Eventually there is already an issue about that case, that might be retrievable through search and can hold an additional note about this error? Or could you file a separate issue for the new error that you see? This will make it easier to triage your situation, which appears different than the subject of the conversation here. |
Nullboards does look better than Focalboard, but it is only browser only, is it possible to convert this into an app with a browser-stored DB?
The text was updated successfully, but these errors were encountered: