Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User setting to toggle "like" visibility on posts #4605

Open
jetpacktuxedo opened this issue Jun 23, 2024 · 3 comments
Open

User setting to toggle "like" visibility on posts #4605

jetpacktuxedo opened this issue Jun 23, 2024 · 3 comments
Labels
feature-request A request for a new feature

Comments

@jetpacktuxedo
Copy link

Is your feature request related to a problem? Please describe.

Sometimes thinking about people liking your posts and worrying about counts can be stressful.

Describe the solution you'd like

A toggle somewhere in the settings menu to hide likes. When like visibility is disabled it should hide the counter next to the like button (at a minimum on the user's own posts, but alternatively hiding it on all posts would work too, maybe a sub-option?) as well as preventing notifications about likes.

Describe alternatives you've considered

One could simply log off I suppose

Additional context

Very janky mockup I made in my phone:

Screenshot_20240622-204555~3

@jetpacktuxedo jetpacktuxedo added the feature-request A request for a new feature label Jun 23, 2024
@surfdude29
Copy link
Contributor

This is a good idea to have as an option. It could also be extended perhaps to include repost and follower numbers as well (maybe with a configurable option), like the third-party Skeets app does as part of one of its 'digital health' settings:

IMG_2413
IMG_2414

Although afaik Skeets doesn't hide notifications about likes.

@pedipanol
Copy link

pedipanol commented Sep 11, 2024

Seconding this, I think Skeet's approach is pretty good, similar to Cohost which I loved. Being able to get notifications, but the only number you can see is of comments.

I don't have an apple device so I'd love for it to be integrated into the main app (if anyone know another third party app on android that does it please lmk)

@Fuzzyzilla
Copy link

I have made a simple implementation of this over at https://github.com/Fuzzyzilla/social-app/tree/hide-numbers, it adds an option in the accessibility tab. Currently it only hides Like and Repost counts on posts and comments, as profiles followers/like notifications/etc. require design work that I am not comfortable making decisions on without more discussion :3

Some examples:

  1. It would be nice to hide follower counts on profiles without removing the functionality of viewing the followers list. While the "50 followers" text serves as a fairly obvious link to take you to that page, removing the count makes it far less clear that it is clickable, so a visual rework is necessary.

  2. Should comment counts be hidden too? For my purposes I think it would be nice if it were, replacing it with an alternate yes/no indicator showing whether or not there are comments. Otherwise, removing that count creates a serious QOL issue :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for a new feature
Projects
None yet
Development

No branches or pull requests

4 participants