From 02c01341f4dae30ec6b81fcb644952393d73c4a8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Aug 2020 00:50:07 +0200 Subject: add ng-select for templatable select options - 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 --- .../shared/video-caption-add-modal.component.html | 10 ++-- .../shared/video-caption-add-modal.component.scss | 5 +- .../+video-edit/shared/video-edit.component.html | 59 ++++++++-------------- .../+video-edit/shared/video-edit.component.scss | 2 - .../+video-edit/shared/video-edit.component.ts | 38 +++++++++++--- .../+video-edit/shared/video-edit.module.ts | 3 -- .../video-import-torrent.component.html | 16 +++--- .../video-import-url.component.html | 16 +++--- .../video-add-components/video-send.scss | 7 +++ .../+video-edit/video-add-components/video-send.ts | 4 +- .../video-upload.component.html | 17 +++---- .../+videos/+video-edit/video-update.component.ts | 2 +- .../+videos/+video-edit/video-update.resolver.ts | 7 ++- 13 files changed, 93 insertions(+), 93 deletions(-) (limited to 'client/src/app/+videos') diff --git a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html index 6a9e31b5a..6a07dafa7 100644 --- a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html +++ b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html @@ -8,11 +8,11 @@