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)


top 5 comments
sorted by: hot top controversial new old
[–] makotech222@hexbear.net 5 points 2 years ago* (last edited 2 years ago)

Do you have the setting for nsfw blur?

Edit: i take that back, seems its not blurring for me either. Ill look into it.

[–] makotech222@hexbear.net 4 points 2 years ago (1 children)

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.

[–] PointAndClique@hexbear.net 4 points 2 years ago

rat-salute

tyfyw and otherwise no issues with the update

[–] Maoo@hexbear.net 2 points 2 years ago

Another bug: I have not yet faced discipline despite my many crimes.

[–] 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.