You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing PeerSplit, it looks great and was exactly how I envisioned a p2p Splitwise clone to work!
In the current state however, the app is not an installable PWA proper, which looks much better on Android ("native" app icon, less browser chrome, ...). Adding as a shortcut (as documented) works okay but is less convenient, for instance it clutters the browser's tabs.
Given that there already is a dependency on vite-pwa I'd assume you're considering making it a proper installable PWA with a manifest. If not, consider this a feature request! 😄
The text was updated successfully, but these errors were encountered:
Turns out I had commented out the line that registers the @vite-pwa/nuxt module and inadvertently committed it. (I was probably trying to test something locally.)
I’ve uncommented it and pushed the fix. PWA should be working now! :)
Hi,
Thanks for developing PeerSplit, it looks great and was exactly how I envisioned a p2p Splitwise clone to work!
In the current state however, the app is not an installable PWA proper, which looks much better on Android ("native" app icon, less browser chrome, ...). Adding as a shortcut (as documented) works okay but is less convenient, for instance it clutters the browser's tabs.
Given that there already is a dependency on
vite-pwa
I'd assume you're considering making it a proper installable PWA with a manifest. If not, consider this a feature request! 😄The text was updated successfully, but these errors were encountered: