mastodon/app/javascript/mastodon/features/compose/components
Eugen Rochko 9bd23dc4e5
Track trending tags (#7638)
* Track trending tags

- Half-life of 1 day
- Historical usage in daily buckets (last 7 days stored)
- GET /api/v1/trends

Fix #271

* Add trends to web UI

* Don't render compose form on search route, adjust search results header

* Disqualify tag from trends if it's in disallowed hashtags setting

* Count distinct accounts using tag, ignore silenced accounts
2018-05-27 21:45:30 +02:00
..
autosuggest_account.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
character_counter.js Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
compose_form.js Fix caret position after selected suggestion and media upload (#7595) 2018-05-23 15:20:15 +02:00
emoji_picker_dropdown.js Place emoji picker top if it is closer to the bottom of the viewport (fixes #7277) (#7314) 2018-05-03 10:42:18 +02:00
navigation_bar.js Do not require onClose property in NavigationBar (#5802) 2017-11-24 13:13:17 +01:00
privacy_dropdown.js Dropdowns accessibility (#7318) 2018-05-04 22:13:26 +02:00
reply_indicator.js Fix low-contrasted cancel button of reply indicator (#7300) 2018-05-01 14:02:04 +02:00
search.js When search enabled, display hint in search popout (#6593) 2018-03-02 06:02:42 +01:00
search_results.js Track trending tags (#7638) 2018-05-27 21:45:30 +02:00
text_icon_button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
upload.js Change wording of the “undo” media upload button (fixes #6857) (#7417) 2018-05-11 13:20:31 +02:00
upload_button.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
upload_form.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress.js Add option to reduce motion (#5393) 2017-10-16 09:36:15 +02:00
warning.js Add option to reduce motion (#5393) 2017-10-16 09:36:15 +02:00