aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prefer displaying channel for playlist elementChocobozzz2023-02-151-1/+6
|
* Fix client lintChocobozzz2022-11-151-1/+1
|
* client: show private badge in playlistskontrollanten2022-02-071-1/+5
| | | | closes #2601
* Cleanup video playlist element miniature codeChocobozzz2021-10-221-4/+1
|
* Fix client lintChocobozzz2021-08-171-8/+8
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Use HTML config when possibleChocobozzz2021-06-041-8/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-8/+5
| | | | | | | | | | | | * 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
* Reorganize client shared modulesChocobozzz2020-06-231-0/+182