The backlog of community suggested features is huge and I am slowly burning through it woohoo.

Full changelog

  • Add support for featured posts on Piefed instances.
  • Add setting to wrap comment headers if they are too wide. Default: on.
  • Add setting to have “Hide read” on when the app is launched. Default: off.
  • Add feature to highlight new comments. Can be enabled/disabled in settings. Default: On.
  • Change default setting for FAB quick action: None -> Hide read.
  • Fix some link parsing issues.
  • Fix a bug where community is “reset” and position/sort order is lost when app is killed and recreated.
  • Fix an issue where video players are not getting deallocated correctly.
  • Fix a bug where the comments footer disappears if “show navigation bar on post” is enabled.
  • threelonmusketeers@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    I’ve had issues with this as well.

    Yep, it is client side. It might not work for all uses. It only normally hides at most 200 posts in my average use case.

    I don’t mind it being slow, but it might be nice to have an indicator that the app is still doing something in the background, and hasn’t frozen or crashed.

    How does the app determine when enough posts have been hidden? Does it just hide the last 500 read posts, or does it keep hiding posts until it finds 50 unread posts?

    Would it be possible to display any of this information to the user while the process is running?

    • idunnololz@lemmy.worldOPM
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      4 months ago

      It keeps hiding until there is enough for a page to be displayed. I don’t remember the size of a page on the top of my head. It’s probably 20. Also, I can definitely add a granular loader, it was just never requested by users in the past. The app shows a spinner so it should be obvious when loading, it just doesn’t show the exact details just because loading a page is pretty complex and it is only going to get more and more complicated as more features are added.

      I can add a granular load animation to the roadmap.