about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/search.js
AgeCommit message (Collapse)Author
2023-02-03[Glitch] Run eslint --fixClaire
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did.
2022-10-30[Glitch] Fix logged out search and changed logged-in search placeholderEugen Rochko
Port 55af04b253435ae771b69c8b7cfe3fc7e3b18033 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-11Move flavours/glitch/util/api to flavours/glitch/apiClaire
2021-05-07[Glitch] Fix "You might be interested in" flashing while searching in web UIEugen Rochko
Port 0a3fa034fc66246dbf9dfb4627a983e0903042d4 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2019-07-28[Glitch] Add search results pagination to web UI (#11409)Eugen Rochko
Port 8a4674f2c3d89c998eb5438b96b7977dc2be3167 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-28[Glitch] Add message telling FTS is disabled when no toot can be found ↵ThibG
because of this Port ca8944728f4568bbef8edae99382cd44cbc144d6 to glitch-soc
2019-03-30[Glitch] Fix search in web UI not setting a limit, restore limit of 10Eugen Rochko
Port 379c3e237fd271b91073f4b4a4a1626e84a7250f to glitch-soc, but changing the 5 limit to 10, since that's what we had previously
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
Also includes 9e45b051cfea667f9ca3d3c72d13022259315090
2018-08-22Add hashtag trendline support to glitch-soc flavourThibaut Girka
Port Mastodon's hashtag stats thing to glitch-soc. This doesn't change how hashtags are ordered, and doesn't add a trending hashtags section, but it does change how hashtag searches are rendered, displaying a trend line alongside each hashtag.
2018-05-22[Glitch] Fetch relationships for search results in UIThibaut Girka
Port webui changes from cba2897108dffe69d5a16befe6c6220f6eaae59f to glitch-soc
2017-12-03Rename themes -> flavours ? ?kibigo!