Blorp is announced to be a caching client for Lemmy but the first thing that should be cached IMO is Saved posts for offline reading.

Currently Saved does not open in full Offline situation. Is it a bug?

  • ildar@programming.devOP
    link
    fedilink
    arrow-up
    2
    ·
    11 days ago

    Thanks for the detailed answer.

    While the posts are cached the page with the list is not. So you can try it like this: get to full offline (airplane mode) then navigate to Saved.

    My use case is reading the bookmarked posts while in subway (no internet in all stations).

    Thanks

    • Mose13@lemmy.worldM
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      11 days ago

      Hmm maybe I can add a fallback case that shows all saved posts regardless of sort. I have to see what the performance impact of that would be. Potentially this could be a very bad idea, because I have to scan through all posts in the cache to see which are saved. I’ll run some tests.