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

Blur profile pics of blocked & ignored users #1077

Open
cinnamon-bun opened this issue Jun 7, 2019 · 4 comments
Open

Blur profile pics of blocked & ignored users #1077

cinnamon-bun opened this issue Jun 7, 2019 · 4 comments

Comments

@cinnamon-bun
Copy link
Contributor

@cinnamon-bun cinnamon-bun commented Jun 7, 2019

There is a user with a dick pic as their icon. Many people have blocked them, as have I.

I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.

Can we use CSS to blur the user icons of blocked and ignored users?

filter: blur(8px);
-webkit-filter: blur(8px);

(Those icons might also appear in other contexts besides profile pages such as "who to follow", "connected pubs", lists of another users' friends, etc)

@marylychee marylychee self-assigned this Jun 8, 2019
@marylychee
Copy link
Member

@marylychee marylychee commented Jun 8, 2019

wow true, this seems pretty high priority and potentially fairly easy to implement??

@Powersource
Copy link
Member

@Powersource Powersource commented Jun 9, 2019

The deletion PR should help against/alleviate this. (I'll ask christian in that PR how fast/frequent the deletions would be)

@Powersource
Copy link
Member

@Powersource Powersource commented Jun 9, 2019

Started working on a fix here #1079, help finishing it would be appreciated!

@cinnamon-bun
Copy link
Contributor Author

@cinnamon-bun cinnamon-bun commented Jun 11, 2019

Hooray!

Another place this shows up is in these collapsed items about "UserA blocked UserB". Ironically it has the effect of broadcasting the offending image to everyone:

ssb-user-icon-block

In that specific case it would be nice to blur the icon on the right whether or not you, the current user, have blocked them. However if you're already following the user on the right, a blur is probably not needed.

E.g. "blur icon on the right of this widget, unless you are following them"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants
You can’t perform that action at this time.