aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize left menu and account menuChocobozzz2020-11-131-130/+0
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* We don't need services anymore for validatorsChocobozzz2020-08-171-7/+13
|
* Migrate to $localizeChocobozzz2020-08-141-7/+2
| | | | | | | | | | | | * 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-9/+7
|
* Lazy load static objectsChocobozzz2019-12-181-5/+9
|
* Add ability to set a public to private in clientChocobozzz2019-06-071-28/+19
|
* Add playlist channel validator when playlist is publicChocobozzz2019-03-181-4/+8
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+132