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

Improvements to followers/following list items #2339

Open
seanthegeek opened this issue Dec 31, 2022 · 1 comment
Open

Improvements to followers/following list items #2339

seanthegeek opened this issue Dec 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@seanthegeek
Copy link

When looking at the follows and following lists of an account, it would be very helpful to Include the first line or two of an account's bio and follow/unfollow buttons inline with each list item/account. That way users can decide who to follow from these lists without having to navigate forward and back to figure out what the account is about and click a follow button. This is what third party mobile apps do and it is extremely helpful.

It would be even better to include the full listing of followers/following accounts for accounts on other servers by obtaining that list from the public API of the server for that account, like I do here in Python. https://github.com/seanthegeek/mastodon-listmanager/blob/main/listmanager.py#L146

These changes would eliminate a missive point of friction for users who want to follow accounts that are from many different servers.

@nolanlawson nolanlawson added the enhancement New feature or request label Jan 8, 2023
@nolanlawson
Copy link
Owner

by obtaining that list from the public API of the server for that account

I would prefer not to do this, because from a privacy/security perspective it's not great to contact third-party server that the user doesn't necessarily trust (unlike their home instance). But the rest of the suggestions seem reasonable to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants