aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-miniature.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prefer displaying channel for playlist elementChocobozzz2023-02-151-15/+3
|
* Reorder playlists when adding an elementChocobozzz2022-12-291-1/+1
|
* feat: show contained playlists under My videos (#5125)kontrollanten2022-10-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com>
* Force channel in my videosChocobozzz2022-09-281-2/+10
|
* Support ICU in TS componentsChocobozzz2022-06-081-1/+1
|
* Support videos stats in clientChocobozzz2022-04-151-10/+13
|
* Add basic video editor supportChocobozzz2022-02-281-0/+4
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-0/+4
|
* Add transcoding fail message in clientChocobozzz2021-11-091-0/+4
|
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-121-0/+8
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Fix client lintChocobozzz2021-08-171-5/+6
|
* 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