aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-playlist
Commit message (Collapse)AuthorAgeFilesLines
* Playlist miniature consistent font sizeChocobozzz2021-06-291-3/+9
|
* Support short uuid for GET video/playlistChocobozzz2021-06-293-2/+10
|
* Move to sass moduleChocobozzz2021-06-283-8/+8
|
* Move to sass @useChocobozzz2021-06-283-8/+8
|
* Add ability to search playlistsChocobozzz2021-06-254-34/+62
|
* Bidi supportChocobozzz2021-06-073-14/+22
|
* Use HTML config when possibleChocobozzz2021-06-041-8/+3
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-282-2/+2
| | | | And use them as default in client
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-052-2/+2
|
* Move to stylelintChocobozzz2021-04-283-7/+9
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-4/+0
|
* Playlist miniature consistencyChocobozzz2021-04-261-3/+3
|
* Refactor video miniatureChocobozzz2021-04-013-45/+77
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Add new default different avatar for channel and accountkimsible2020-11-251-3/+3
|
* Fix playlist update element dropdown uxChocobozzz2020-11-201-16/+26
|
* Improve playlist add dropdown uxChocobozzz2020-11-202-5/+12
|
* Fix dropdowns z-indexChocobozzz2020-11-201-2/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-132-2/+2
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Fix responsive playlist elementsChocobozzz2020-08-191-2/+7
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-1/+1
|
* Fix video playlist resumingChocobozzz2020-08-191-2/+8
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-194-126/+280
|
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-142-13/+8
| | | | | | | | | | | | * 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
* Add ability to share playlists in modalChocobozzz2020-08-071-1/+7
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Fix issues with external links in search pageChocobozzz2020-07-201-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2314-0/+1620