cioraneanu / firefly-pico

A delightful Firefly III companion web app for effortless transaction tracking
GNU Affero General Public License v3.0
110 stars 3 forks source link

[Suggestion] Make Pico a PWA #25

Closed avee87 closed 1 week ago

avee87 commented 1 week ago

Progressive Web Apps have special treatment on iOS at least and it would be great to have it.

cioraneanu commented 1 week ago

I want this as well but I'm waiting for the official Nuxt3 PWA module to be ready. Nuxt Roadmap

avee87 commented 1 week ago

What's wrong with using existing solutions for that? Looks like you even have some commented-out PWA setup here: https://github.com/cioraneanu/firefly-pico/blob/main/front/nuxt.config.ts#L75-L143

cioraneanu commented 1 week ago

Because I've played around in the past with 2 such modules in the attempt to make the app work offline + installable on mobile and I didn't have much success with it. There was also a huge list of ideas that would make the app better so this one got delayed.

If you want to give it a go you're welcome to do so.

cioraneanu commented 1 week ago

Added in #26.

Note: