As agreed, this is the new pre-release version of 1.0.0. There are some new features such as: opening links in custom tabs, navigation between comments in post detail and to previous/next post in feeds. Some of your requests about link opening and link banner display have been addressed too, plus the profile and login screen have been slightly improved. I had the opportunity to change some things under the hood, like the pagination mechanism, in order to make it possible to navigate to previous/next from the post screen, which was much needed and resulted in cleaner code, even if it took some time to refactor.

  • Hammerjack@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    The comment navigation isn’t working the way I’d expect. I was expecting each push of the down arrow to jump to the next top-level comment and each push of the up arrow to jump to the previous top-level comment.

    Instead, the down arrow only seems to walk down an individual comment thread and stops working when you reach the bottom of that first thread. And the up arrow just seems to jump up one comment at a time regardless of thread.

    Also, the clickable area on the navigation buttons seems too small. The comment behind the navigation bar keeps expanding/collapsing if my tap isn’t exactly on the arrow icon.

    • Dieguito 🦝@feddit.itOPM
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 months ago

      Ah just the top level ones… with the edge case that the next top level one may be on another page and must be fetched therefore.

      EDIT: done here.