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

Add a view for followed hashtags #2785

Closed
connyduck opened this issue Nov 8, 2022 · 3 comments
Closed

Add a view for followed hashtags #2785

connyduck opened this issue Nov 8, 2022 · 3 comments

Comments

@connyduck
Copy link
Collaborator

There is an api for that /api/v1/followed_tags, but no frontend implements it yet as far as I know.
I think it should go into "Account Preferences" between "Tabs" and "Muted users" and just be a simple list where one can unfollow the hashtags again. It would be cool if we could do feature detection for this, but once most instances are on Mastodon 4.0 it shouldn't be a big problem if we don't-

@Tak
Copy link
Collaborator

Tak commented Nov 8, 2022

I can pick this up when I get a minute

@stephan75
Copy link

Fedilab has this new feature to handle followed hashtags that are tied to your Mastodon account at least since version 3.7.4 ...

But that list feature inside fedilab (at least in 3.8.0) has problems to display German umlaut characters like Ä Ö and Ü

connyduck added a commit that referenced this issue Dec 1, 2022
* Add view for browsing and unfollowing followed hashtags.
Implements #2785

* Improve list interface

* Remove superfluous suspend modifier

* Migrate to paginated loading for followed tags view

* Update app/src/main/java/com/keylesspalace/tusky/components/followedtags/FollowedTagsViewModel.kt

Co-authored-by: Konrad Pozniak <connyduck@users.noreply.github.com>

* Fix unhandled exception when opening the followed tags view while offline

Co-authored-by: Konrad Pozniak <connyduck@users.noreply.github.com>
@Tak
Copy link
Collaborator

Tak commented Feb 14, 2023

Implemented in #2794

@Tak Tak closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants