diff --git a/frontend/public/Youtube.mov b/frontend/public/Youtube.mov new file mode 100644 index 00000000..ca6b75a2 Binary files /dev/null and b/frontend/public/Youtube.mov differ diff --git a/frontend/src/components/CourseOutline.vue b/frontend/src/components/CourseOutline.vue index 3cf37fff..598d694a 100644 --- a/frontend/src/components/CourseOutline.vue +++ b/frontend/src/components/CourseOutline.vue @@ -25,7 +25,7 @@ :key="chapter.name" :defaultOpen="openChapterDetail(chapter.idx)" > - + +
-
- +
+
-
+
{{ __(emptyStateTitle) }}
-
+
{{ __(emptyStateText) }}
@@ -89,7 +92,7 @@ const props = defineProps({ }, emptyStateTitle: { type: String, - default: 'No topics yet', + default: '', }, emptyStateText: { type: String, diff --git a/frontend/src/components/LessonPlugins.vue b/frontend/src/components/LessonPlugins.vue index a7d83112..3f9cb146 100644 --- a/frontend/src/components/LessonPlugins.vue +++ b/frontend/src/components/LessonPlugins.vue @@ -68,13 +68,34 @@
+
+
+ {{ + __( + 'To add a YouTube video, paste the URL of the video in the editor.' + ) + }} +
+ + + +
diff --git a/frontend/src/pages/CreateLesson.vue b/frontend/src/pages/CreateLesson.vue index b0090f72..3de4339e 100644 --- a/frontend/src/pages/CreateLesson.vue +++ b/frontend/src/pages/CreateLesson.vue @@ -1,6 +1,6 @@