Problem: Whenever I click on a post/comment, open some communities or switch tabs I previously opened, the app does not fetch new updates.

Solution: make the app refresh each time a new action is taken the same way jerboa does it, to improve the users experience.

  • idunnololz@lemmy.worldM
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Could you please clarify what “fetch new updates” means? If it’s hard to describe please give a specific example. I’m not sure what this means.

    If you could give a specific example of why the current behavior is not ideal, this would help as well. Thanks.

    • True@lemy.lolOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      2 months ago

      Let’s say you opened any new page in the app, say for example my profile:

      The expected behavior: when I click the profile tab I would see my posts with latest comments/score updated.

      The current behavior: when I click my profile it shows old comments/scorewwhich is not ideal because I need to swipe up couple of times to make sure what I am seeing is the latest version of my profile, which has the latest comments/ score.

      BTW, I know what I am saying is something that a lot of people probably had said to you,but reporting bugs and adding features would be easier if you hosted the app source code into any code repo, even if you license it only under source available license, so anyone can submit code to the project more easily and follow issues easily.

      Anyway, hopefully that explains what I mean by fetching the latest updates.

      • idunnololz@lemmy.worldM
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 months ago

        Also, thank you for clarifying the issue. I understand what the problem and proposed solutions are now. I’ll add this to the roadmap as this change is a bit involved and there are several possible solutions.