aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/trending
Commit message (Collapse)AuthorAgeFilesLines
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+7
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Fix small UI bugsChocobozzz2021-02-021-2/+2
|
* move from trending routes to alg paramRigel Kent2021-01-286-211/+78
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-284-9/+28
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-287-0/+351
recommendation variant