aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Live streaming implementation first stepChocobozzz2020-11-091-4/+12
|
* Add ability to set custom field to video formChocobozzz2020-08-211-6/+45
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-13/+25
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * 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-111-8/+30
| | | | | | | - 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
* Lazy load all routesChocobozzz2020-06-231-0/+274