aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-playlist
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-2312-1584/+0
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-093-9/+9
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-082-4/+4
|
* Fix grey color themeChocobozzz2020-05-223-7/+7
|
* Fix displaying more dropdown on touchscreenkimsible2020-05-111-0/+6
|
* Add edit button to scroll watch playlist on touchscreenskimsible2020-05-113-5/+93
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-061-2/+3
|
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-0/+6
|\
| * Fix playlist cache errorChocobozzz2020-02-171-0/+6
| |
* | Update to angular 9Chocobozzz2020-02-101-1/+1
|/
* Fix e2e testsChocobozzz2020-01-231-5/+9
|
* Fix playlist observable cacheChocobozzz2020-01-091-7/+9
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-2/+11
|
* Skip videos count on client if we don't use itChocobozzz2020-01-081-4/+4
|
* Align search field with checkboxes in playlist addChocobozzz2020-01-063-19/+9
|
* Share playlists stateChocobozzz2020-01-063-79/+218
|
* Move watch later logic in miniatureChocobozzz2020-01-031-3/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-0/+1
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-264-5/+39
| | | | fixes #2138
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-202-11/+13
|
* respect video history on explicit playlist clickRigel Kent2019-12-181-1/+2
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889
* Lazy load static objectsChocobozzz2019-12-182-7/+18
|
* autoplay next video support for playlistsRigel Kent2019-12-131-4/+0
|
* Fix video playlist element removalChocobozzz2019-08-222-12/+11
|
* Fix playlist more button with long video namesChocobozzz2019-08-091-0/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-022-5/+12
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+13
|
* Fix broken playlist apiChocobozzz2019-08-016-81/+190
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Fix method namesChocobozzz2019-05-241-2/+2
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-241-2/+2
|\
| * Fix duplicates in playlist add component (release branch)Chocobozzz2019-05-241-4/+2
| |
* | unload -> reload in playlist add componentChocobozzz2019-05-241-2/+2
| |
* | Fix duplicates in playlist add componentChocobozzz2019-05-241-2/+0
|/
* Reset playlist add component when video changesChocobozzz2019-05-171-4/+22
|
* Move video watch playlist in its own componentChocobozzz2019-05-131-7/+7
|
* Add default playlist imageChocobozzz2019-04-241-1/+6
|
* Improve playlist element styleChocobozzz2019-04-054-25/+28
|
* video add to playlist component -> onpush strategyChocobozzz2019-04-053-7/+20
|
* Add video miniature dropdownChocobozzz2019-04-053-55/+67
|
* tslint updateChocobozzz2019-04-022-3/+3
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-182-8/+8
|
* Add video channel viewChocobozzz2019-03-186-12/+67
|
* Playlist support in watch pageChocobozzz2019-03-183-0/+346
|
* Playlist reorder supportChocobozzz2019-03-181-0/+14
|
* Playlist videos componentChocobozzz2019-03-183-4/+8
|
* Add to playlist dropdownChocobozzz2019-03-188-13/+461
|
* Add/update/delete/list my playlistsChocobozzz2019-03-185-0/+249