chinwagsocial/app/javascript/mastodon
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
..
actions Add listing of followed hashtags (#21773) 2023-01-18 16:44:33 +01:00
components Fix /api/v1/admin/trends/tags using wrong serializer (#18943) 2023-01-18 16:28:18 +01:00
containers Fix dropdown menu positions when scrolling (#22916) 2023-01-11 21:58:46 +01:00
features Add listing of followed hashtags (#21773) 2023-01-18 16:44:33 +01:00
locales Add listing of followed hashtags (#21773) 2023-01-18 16:44:33 +01:00
middleware Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
reducers Add listing of followed hashtags (#21773) 2023-01-18 16:44:33 +01:00
selectors
service_worker
store Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
utils
api.js
base_polyfills.js
blurhash.js
common.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
compare_id.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00
extra_polyfills.js Remove object-fit polyfill for the old Microsoft Edge (#22693) 2023-01-05 13:32:02 +01:00
initial_state.js Add option to make the landing page be /about even when trends are enabled (#20808) 2023-01-18 16:43:58 +01:00
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js Remove object-fit polyfill for the old Microsoft Edge (#22693) 2023-01-05 13:32:02 +01:00
main.js
performance.js
permissions.js Add dropdown menu item to open admin interface for remote domains (#21895) 2023-01-05 14:03:46 +01:00
ready.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js Enable eslint:recommended ruleset (#22433) 2022-12-19 00:51:37 +09:00