From 43020a8689af33f0d50605dff83b0bd828e76ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Gl=C3=B6ggler?= Date: Wed, 30 Aug 2023 06:46:36 +0200 Subject: [PATCH 1/2] working on some further courseware changes --- .../components/CoursewareVideoTable.vue | 74 +++-- courseware/vueapp/components/LtiAuth.vue | 42 +++ courseware/vueapp/components/Tag.vue | 19 ++ courseware/vueapp/components/VideoCard.vue | 258 ++++++++++++++++++ .../courseware-plugin-opencast-video.vue | 97 ++----- lib/Routes/Config/SimpleConfigList.php | 3 +- 6 files changed, 390 insertions(+), 103 deletions(-) create mode 100644 courseware/vueapp/components/LtiAuth.vue create mode 100644 courseware/vueapp/components/Tag.vue create mode 100644 courseware/vueapp/components/VideoCard.vue diff --git a/courseware/vueapp/components/CoursewareVideoTable.vue b/courseware/vueapp/components/CoursewareVideoTable.vue index 60ea42f43..6d715472f 100644 --- a/courseware/vueapp/components/CoursewareVideoTable.vue +++ b/courseware/vueapp/components/CoursewareVideoTable.vue @@ -7,7 +7,7 @@
- +
+ --> @@ -39,8 +51,8 @@ \ No newline at end of file diff --git a/courseware/vueapp/components/LtiAuth.vue b/courseware/vueapp/components/LtiAuth.vue new file mode 100644 index 000000000..18a4ceb0d --- /dev/null +++ b/courseware/vueapp/components/LtiAuth.vue @@ -0,0 +1,42 @@ + + + diff --git a/courseware/vueapp/components/Tag.vue b/courseware/vueapp/components/Tag.vue new file mode 100644 index 000000000..bd43f8e04 --- /dev/null +++ b/courseware/vueapp/components/Tag.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/courseware/vueapp/components/VideoCard.vue b/courseware/vueapp/components/VideoCard.vue new file mode 100644 index 000000000..985b07118 --- /dev/null +++ b/courseware/vueapp/components/VideoCard.vue @@ -0,0 +1,258 @@ + + + diff --git a/courseware/vueapp/courseware-plugin-opencast-video.vue b/courseware/vueapp/courseware-plugin-opencast-video.vue index 76836f6ba..326755cf6 100644 --- a/courseware/vueapp/courseware-plugin-opencast-video.vue +++ b/courseware/vueapp/courseware-plugin-opencast-video.vue @@ -9,26 +9,24 @@ @storeEdit="storeBlock" @closeEdit="initCurrentData" > + +