You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Connor Shea 30e895299c
Add listing of followed hashtags (#21773)
* Add followed_tags route.

This at least gets us to the point where the page can actually be
rendered, although it doesn't display any hashtags (yet?).

Attempting to implement #20763.

* Fix minor issues.

* I've got the followed tags data partially working

But the Hashtag component errors for some reason. Something about the
value of the history attribute being invalid.

* Fix a mistake in the code

* Minor change.

* Get the followed hashtags list fully working.

Still need to add the Follow/Unfollow buttons, though.

* Resolve JS linter issues.

* Add pagination logic to followed tags list view.

However, it currently loads further pages immediately on page load, so
that's not ideal. Need to figure that one out.

* Appease the linter.

* Apply suggestions from code review

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Fixes and resolve some other feedback.

* Use set/update instead of setIn/updateIn.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
..
chewy Change algorithm of `tootctl search deploy` to improve performance (#18463) 3 years ago
controllers Add confirmation screen when handling reports (#22375) 2 years ago
helpers Add Southern Sami, and Lule Sami to language list under the ISO-639-3 standard (#21262) 2 years ago
javascript Add listing of followed hashtags (#21773) 2 years ago
lib Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064) 2 years ago
mailers Add single splat to callback method definitions to avoid ArgumentError (#22246) 2 years ago
models Add option to make the landing page be /about even when trends are enabled (#20808) 2 years ago
policies Fix getting a single EmailDomainBlock (#20846) 2 years ago
presenters Add follow request banner on account header (#20785) 2 years ago
serializers Add option to make the landing page be /about even when trends are enabled (#20808) 2 years ago
services Add support for editing media description and focus point of already-posted statuses (#20878) 2 years ago
validators Strip spaces around URL when adding a relay (#22655) 2 years ago
views Add option to make the landing page be /about even when trends are enabled (#20808) 2 years ago
workers Fix typos in source documentation (#21046) 2 years ago