aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists
Commit message (Collapse)AuthorAgeFilesLines
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-2/+2
| | | | | | | | | | | | | | | * 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-081-1/+1
|
* fix mascot sizes, fix tick, delete extraneous .png iconsRigel Kent2020-06-041-4/+4
| | | | follows PR #2822
* Fix displaying more dropdown on touchscreenkimsible2020-05-111-0/+8
|
* Fix broken views on mobile and small screens (#2671)Kim2020-04-272-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Align layout for create/edit video-playlists (my-account) on create/edit ↵Rigel Kent2020-03-282-51/+91
| | | | user (admin)
* Normalize create buttonsRigel Kent2020-03-132-2/+2
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* Center search fields (my videos/playlists)Chocobozzz2020-01-212-4/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+4
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-3/+3
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-283-2/+25
|
* Lazy load static objectsChocobozzz2019-12-182-12/+15
|
* Add a drag&drop delay on playlist videos to allow user scroll on small ↵Julien Maulny2019-10-232-1/+20
| | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Fix video playlists listChocobozzz2019-08-071-3/+3
|
* Fix infinite scroll on big screensChocobozzz2019-08-025-7/+18
|
* Fix overflow in playlist listChocobozzz2019-08-021-0/+12
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-10/+25
|
* Fix broken playlist apiChocobozzz2019-08-012-53/+19
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-2/+2
|
* Add client hooksChocobozzz2019-07-241-3/+3
|
* Add ability to set a public to private in clientChocobozzz2019-06-073-30/+22
|
* Merge branch 'feature/audio-upload' into developChocobozzz2019-05-212-6/+6
|\
| * Support audio upload in clientChocobozzz2019-05-172-6/+6
| |
* | Fix reordering playlistChocobozzz2019-05-171-1/+3
|/
* Improve playlist element styleChocobozzz2019-04-051-1/+1
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-183-11/+23
|
* Add video channel viewChocobozzz2019-03-185-11/+43
|
* Playlist support in watch pageChocobozzz2019-03-183-247/+6
|
* Playlist reorder supportChocobozzz2019-03-183-67/+163
|
* Playlist videos componentChocobozzz2019-03-183-9/+262
|
* Add to playlist dropdownChocobozzz2019-03-186-9/+93
|
* Add/update/delete/list my playlistsChocobozzz2019-03-188-0/+480