From 421d935d256db5b77a652d8da0c9a38cb57147ba Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Aug 2019 17:09:43 +0200 Subject: Add about information in registration page --- .../+video-edit/shared/video-edit.component.html | 54 +++++++++++++++------- .../video-import-torrent.component.html | 12 +++-- .../video-import-url.component.html | 14 ++++-- 3 files changed, 56 insertions(+), 24 deletions(-) (limited to 'client/src/app/videos/+video-edit') 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 217cadc66..245ae42b6 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 @@ -15,7 +15,16 @@
- + + + + + Tags could be used to suggest relevant recommendations.
+ Press Enter to add a new tag. +
+
+
+ - + + + + + Video descriptions are truncated by default and require manual action to expand them. + + + +
@@ -114,20 +131,25 @@
- - - + + + This video contains mature or explicit content + + + + Some instances do not list videos containing mature or explicit content by default. + + + + + + Wait transcoding before publishing the video + + + + If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends. + + diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html index 7a495fea5..c290fd4b1 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html +++ b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html @@ -12,10 +12,14 @@
- + + + + You can import any torrent file that points to a mp4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + +
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html index e4f19faa8..09d0b8272 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html +++ b/client/src/app/videos/+video-edit/video-add-components/video-import-url.component.html @@ -4,10 +4,16 @@
- + + + + + You can import any URL supported by youtube-dl + or URL that points to a raw MP4 file. + You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. + + +
-- cgit v1.2.3