aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
Commit message (Collapse)AuthorAgeFilesLines
* Account/channel videos display as rowsChocobozzz2021-04-011-0/+5
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-2/+1
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Display channel in miniatureChocobozzz2021-03-311-1/+1
| | | | With some exceptions though
* Fix loading things twice on trending pageChocobozzz2021-02-221-5/+13
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-6/+10
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-3/+47
| | | | recommendation variant
* Put feed url as linkChocobozzz2021-01-151-2/+2
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+4
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-5/+27
|
* Clearer periods in videos listChocobozzz2020-11-181-39/+43
|
* Migrate to $localizeChocobozzz2020-08-141-8/+6
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Fix lintChocobozzz2020-08-071-1/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+310