glitch-soc/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>
2023-01-18 16:44:33 +01:00
..
chewy Change algorithm of tootctl search deploy to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Add confirmation screen when handling reports (#22375) 2023-01-18 16:40:09 +01:00
helpers Add Southern Sami, and Lule Sami to language list under the ISO-639-3 standard (#21262) 2022-12-15 18:42:48 +01:00
javascript Add listing of followed hashtags (#21773) 2023-01-18 16:44:33 +01:00
lib Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064) 2023-01-18 16:21:48 +01:00
mailers Add single splat to callback method definitions to avoid ArgumentError (#22246) 2022-12-13 20:03:16 +01:00
models Add option to make the landing page be /about even when trends are enabled (#20808) 2023-01-18 16:43:58 +01:00
policies Fix getting a single EmailDomainBlock (#20846) 2022-11-17 10:55:50 +01:00
presenters Add follow request banner on account header (#20785) 2022-12-15 18:50:11 +01:00
serializers Add option to make the landing page be /about even when trends are enabled (#20808) 2023-01-18 16:43:58 +01:00
services Add support for editing media description and focus point of already-posted statuses (#20878) 2023-01-18 16:33:55 +01:00
validators Strip spaces around URL when adding a relay (#22655) 2023-01-05 13:33:33 +01:00
views Add option to make the landing page be /about even when trends are enabled (#20808) 2023-01-18 16:43:58 +01:00
workers Fix typos in source documentation (#21046) 2022-12-15 15:57:26 +01:00