this post was submitted on 24 Dec 2023
19 points (100.0% liked)

hexbear

10194 readers
1 users here now

Now that the old Hexbear fork has been officially abandoned, this community will be used as a space for meta-discussion on the site itself.

founded 4 years ago
MODERATORS
 

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)


you are viewing a single comment's thread
view the rest of the comments
[–] geese_feces@hexbear.net 2 points 2 years 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.