aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists
Commit message (Collapse)AuthorAgeFilesLines
* Fix responsive playlist elementsChocobozzz2020-08-191-0/+15
|
* Remove unused class in playlists elementsChocobozzz2020-08-191-8/+0
|
* We don't need services anymore for validatorsChocobozzz2020-08-172-14/+26
|
* Migrate to $localizeChocobozzz2020-08-144-41/+17
| | | | | | | | | | | | * 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
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix playlist position in my playlistsChocobozzz2020-08-111-1/+1
|
* Fix tags in search filtersChocobozzz2020-08-112-8/+6
|
* Add buttons in playlist pageChocobozzz2020-08-103-4/+103
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-3/+5
|
* Fix lintChocobozzz2020-08-071-2/+2
|
* Fix regressions sub-menu titles on mobile-viewkimsible2020-08-032-11/+10
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-311-2/+2
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* harmonize search for librariesRigel Kent2020-07-293-18/+20
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-232-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-235-40/+21
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-132-1/+5
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `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