From 57d74ec83d64daaf2efc6a3dad8adbcfe1f59415 Mon Sep 17 00:00:00 2001 From: lutangar Date: Wed, 22 Dec 2021 18:36:56 +0100 Subject: Add simple subtitle edition from video captions tab Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle. --- .../+video-edit/shared/video-edit.component.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (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 9bb13ba88..2281f8631 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 @@ -186,6 +186,7 @@
Already uploaded ✔
+ Edit Delete @@ -197,6 +198,14 @@ Cancel create + + + +
Will be edited on update
+ + Cancel edition +
+ @@ -204,6 +213,13 @@ Cancel deletion + + @@ -373,5 +389,5 @@ -- cgit v1.2.3