fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Fix "offline is very buggy" #1370

Open niol opened 1 year ago

niol commented 1 year ago

As offline was (when I worked on it in 2019) and still is working great for me (although I did not yet make the effort to update to the latest code), It would be great to document here what is wrong with it. The code has undergone many refactoring tasks since I played with it.

desbest commented 1 year ago

Does anyone want to volunteer for bug testing?

jtojnar commented 1 year ago

I think I have mostly seen random issues like:

And then rarely some promise failures that would disable the offline mode.

I think the way forward is rewriting the model layer mostly from scratch, as it is currently too tightly coupled with the app state, the view and, most annoyingly, itself.