Noticed these just now. IIRC pre-patch that images in posts tagged NSFW would have blurred thumbnails until clicked?

Also there’s only a ‘Next’ button when reaching the bottom of a page, no ‘Back’ button to return.

And some usernames are showing up in yellow, idk why. (Appears to be on mouse over/hover but not triggering off? I’m on phone so if I touch but don’t click they’ll turn and remain yellow until I interact with another element)

Screenshots below:

spoiler (nsfw images at low res, one w corpses, no gore, one w partial nudity)


  • makotech222 [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    Also there’s only a ‘Next’ button when reaching the bottom of a page, no ‘Back’ button to return.

    Upstream lemmy issue. No idea why its missing :P

    And some usernames are showing up in yellow, idk why. (Appears to be on mouse over/hover but not triggering off? I’m on phone so if I touch but don’t click they’ll turn and remain yellow until I interact with another element)

    I think upstream added a few more css styles, i must’ve missed a few. ill take a look.

  • geese_feces [comrade/them, love/loves]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    This explains why the Lemmy devs got rid of the “Previous” button: https://github.com/LemmyNet/lemmy/issues/4057

    Lemmy 0.19 changed the way pages work to use “cursor-based pagination” because it is more efficient for the database. The url doesn’t use ?page=3 anymore, it’ll be like ?page_cursor=Pa46c. So they decided instead of storing a history of each previous page, the user should just use their browser’s back button instead.