aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-miniature.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Add ability to search playlistsChocobozzz2021-06-251-3/+2
|
* Use HTML config when possibleChocobozzz2021-06-041-8/+4
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Fix miniature avatar sizeChocobozzz2021-05-051-0/+3
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-8/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-1/+1
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor video miniatureChocobozzz2021-04-011-3/+8
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Channel/account page redesign feedbacksChocobozzz2021-03-311-13/+10
| | | | | | | | | | | | 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
* Square channel avatar consistencyChocobozzz2021-03-311-2/+3
|
* Refactor last PRChocobozzz2020-11-271-6/+0
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-271-0/+6
|
* Migrate to $localizeChocobozzz2020-08-141-11/+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
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Fix issues with external links in search pageChocobozzz2020-07-201-10/+15
|
* allow muting from the miniature optionsRigel Kent2020-06-281-1/+7
| | | | initial implementation with a listing refresh except on search results
* Reorganize client shared modulesChocobozzz2020-06-231-0/+283