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 --- .../+video-edit/shared/video-edit.component.html | 59 ++++++++-------------- 1 file changed, 21 insertions(+), 38 deletions(-) (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.html') diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html index 4d3b84626..ae3413e79 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html @@ -28,11 +28,10 @@ - + +
+ {{ formErrors.tags }} +
@@ -56,22 +55,15 @@
- -
- -
+ +
-
- -
+
{{ formErrors.category }} @@ -80,12 +72,9 @@
-
- -
+
{{ formErrors.licence }} @@ -94,12 +83,10 @@
-
- -
+
{{ formErrors.language }} @@ -108,13 +95,9 @@
-
- -
+
{{ formErrors.privacy }} @@ -136,7 +119,7 @@ - This video contains mature or explicit content + Contains sensitive content @@ -146,7 +129,7 @@ - Wait transcoding before publishing the video + Publish after transcoding -- cgit v1.2.3