For UI consistency, tapping the Feed button after you’re already in the Feed View should scroll to the top of the feed. That’s what similar apps do (like tapping the News button in Apple News).

If you’re worried about accidental taps, pressing it a second time should take you back to where you were in the feed.

The other toolbar buttons should work similarly. If you’re in the Inbox and you tap a comment, tapping Inbox should take you back to the main inbox. Tapping Inbox when you’re already in the inbox should scroll to the top of the Inbox (if you’re not there already).

  • Eric@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 months ago

    We’ve been working on it. A simple tap to jump to the top is pretty easy–things get tricky when you start adding complications like “jump back into the feed” or “navigate up a level,” which require a more sophisticated architecture from the ground up. It is in active development, though, so we hope to have a prototype out soon enough.

    • ahti@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      I’ve just had the quickest of glances through the code. Is the gesture for opening the user switcher the only reason for reimplementing the tab bar? It sound’s like you’re rebuilding a lot of functionality that you get for free (iirc) with the native tab bar.