TheScientist / ttrss-pwa

Progressive Web App for Tiny Tiny RSS
Apache License 2.0
29 stars 2 forks source link

Offline Mode #2

Open TheScientist opened 5 years ago

TheScientist commented 5 years ago

Use Service Worker to cache favorites and new articles for offline mode. Default angular implementation only caches get requests, so one needs to create a service worker manually.

paoloap commented 1 month ago

I'm interested in your project because ttrss "traditional" apps don't fit my needs. I have no experience with Angular but if you mean base JS service worker I can help. Of course the last update to this is 4 years ago so maybe the idea is abandoned

TheScientist commented 1 month ago

Hi, thanks for your offer to help, but you're right I currently don't update the App anymore. The Angular eco system developed too fast for me so I couldn't keep it up to date as I'm also not too experienced with it .