nkanaev / yarr

yet another rss reader
MIT License
2.96k stars 225 forks source link

Support PWA #159

Closed thanhnguyen2187 closed 6 months ago

thanhnguyen2187 commented 1 year ago

Make yarr installable on desktop and mobile. Tested with:

Screenshots

Also fix an edge case where HTTP Basic authentication is used and the browser won't be able to load manifest.json correctly.

thanhnguyen2187 commented 1 year ago

This PR should address https://github.com/nkanaev/yarr/issues/48.

nkanaev commented 1 year ago
  1. absolute links everywhere - not good. see https://github.com/nkanaev/yarr/pull/114
  2. adding large amount of images is undesirable - too much fluff for too small benefit
thanhnguyen2187 commented 1 year ago

Hi @nkanaev. I fixed the absolute links, and trimmed the icons. Can you have a look again? Thanks!