aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to $localizeChocobozzz2020-08-142-59/+53
| | | | | | | | | | | | * 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 tags in search filtersChocobozzz2020-08-111-4/+5
|
* add ng-select for templatable select optionsRigel Kent2020-08-116-58/+59
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-3/+15
|
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Lazy load all routesChocobozzz2020-06-238-0/+1035