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)
Do you have the setting for nsfw blur?
Edit: i take that back, seems its not blurring for me either. Ill look into it.
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.
tyfyw and otherwise no issues with the update
Another bug: I have not yet faced discipline despite my many crimes.
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.