miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.65k stars 706 forks source link

[PWA] Full offline mode/cache #1395

Open Minkiu opened 2 years ago

Minkiu commented 2 years ago

Hey there, thanks for miniflux, I was wondering if there's plans of, or if it would be a welcomed PR, to allow full offline mode through the service worker?

It's handy for spotty connections or when on the underground/no signal at all (while on the phone).

Cheers.

wbrawner commented 2 years ago

I too would love to see this. In keeping with the philosophy behind JavaScript usage, I think web components could be a good middle ground between allowing the client to have a little more say in how the UI is put together without introducing any tooling or frameworks.