]> cat aescling's git repositories - mastodon.git/commit
Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 29 May 2018 00:01:24 +0000 (02:01 +0200)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 00:01:24 +0000 (02:01 +0200)
commit8bb74e50beb3e6602c183e59086ccebe87f96fb2
treecec5f848686a777a5318ed51cf9b7560414cc527
parent90b64c006998ec3bae365007781c61e8a79eeeef
Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
app/controllers/api/v2/search_controller.rb [new file with mode: 0644]
app/javascript/mastodon/actions/search.js
app/javascript/mastodon/features/compose/components/search_results.js
app/javascript/mastodon/reducers/search.js
app/javascript/styles/mastodon/components.scss
app/serializers/rest/v2/search_serializer.rb [new file with mode: 0644]
config/routes.rb