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/config
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>
3 years ago
..
environments Fix CSRF protection (#23037) 3 years ago
initializers Fix typos in source documentation (#21046) 3 years ago
locales Add option to make the landing page be /about even when trends are enabled (#20808) 3 years ago
webpack Add brotli compression (#19025) 3 years ago
application.rb Add Western Frisian support (#18602) 3 years ago
boot.rb
brakeman.ignore
database.yml Change postgres connection timeout (#21790) 3 years ago
deploy.rb Change `master` branch to `main` branch (#20290) 3 years ago
environment.rb
i18n-tasks.yml Add confirmation screen when handling reports (#22375) 3 years ago
navigation.rb Change automatic post deletion configuration to be accessible to redirected users (#20774) 3 years ago
pghero.yml
puma.rb feat(puma): enable setting min puma threads in addition to max (#21048) 3 years ago
roles.yml Add customizable user roles (#18641) 4 years ago
routes.rb Add listing of followed hashtags (#21773) 3 years ago
secrets.yml
settings.yml Add option to make the landing page be /about even when trends are enabled (#20808) 3 years ago
sidekiq.yml Add environment variable to configure sidekiq concurrency (#19589) 3 years ago
storage.yml
themes.yml
webpacker.yml