bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
12.52k stars 1.6k forks source link

Make user options accessible outside of user profiles #5830

Open DevonRumbold opened 1 month ago

DevonRumbold commented 1 month ago

Describe the Feature

As of now, only options for posts themselves are accessible via the ( ... ) button, while options regarding users themselves (block, add to list, etc.) can only be accessed by going to their profile. Please make the user options accessible via the posts themselves such as in the profile card accessible via mousing over the name/profile picture. Doing this would make managing lists and blocking/muting/reporting users much more convenient and as a result making navigating the platform less clunky.

Attachments

Screenshot 2024-10-18 093723 Screenshot 2024-10-18 073841

Describe Alternatives

This could also be implemented at the bottom of the post options popout or by adding a separate ( ... ) options button next to the profile picture and name. Screenshot 2024-10-18 073719 Screenshot 2024-10-18 073903

Additional Context

In my experience on various social media websites, It feels much better to have these kind of options accessible on posts while scrolling feeds rather than having to go out of my way to go into a user's profile just to mute/block them if I don't want to see their content or if I like their content and want to save them to a list. Plus, having these accessible via the profile card would make adding follower/followed accounts form my profile to lists much more streamlined.

surfdude29 commented 1 month ago

For adding mute and block options to the post context menu, please see #1017 (PR #3708 would implement this). For adding mute and block options to profile hover cards, please see #3575.