On communities pages you have a next page and previous page button. But since the 0.19.3 update. The previous page button is missing. Profiles still have both buttons.

  • dual_sport_dork@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    It’s right next to the – Wait. What the hell?

    It’s missing on Photon UI as well, I notice. I find that to be a mighty interesting observation, and thus I suspect that the underlying cause is the same for both UI’s. What that cause is, I don’t know enough about Lemmy’s code to guess.

    • AFK BRB Chocolate@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 months ago

      It disappeared on the web interface with the last Lemmy software update. I’m guessing they decided people just use the back button.

    • Xylight (Photon Dev)@lemdro.id
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 months ago

      photon dev here, this is what changed:

      • Lemmy switched from a simple “page” number to a “cursor”. You can’t tell what the previous cursor is easily, but you can tell with a page number. I thought it was more complicated than worth it to add back cursor handling because you can just use the back button.