From 64b2cce52ddb444a42cbc0ab6ceab58fc05f24a0 Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Wed, 27 Mar 2024 17:36:52 -0300 Subject: [PATCH 1/3] components: VideoPlayer: first version Signed-off-by: Arturo Manzoli --- src/components/VideoPlayer.vue | 95 ++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 src/components/VideoPlayer.vue diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue new file mode 100644 index 000000000..bb335a2fe --- /dev/null +++ b/src/components/VideoPlayer.vue @@ -0,0 +1,95 @@ + + + + + From 07b45db7c0e7880ba7ec5ec500f9551c09475b9d Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Wed, 27 Mar 2024 17:42:07 -0300 Subject: [PATCH 2/3] components: MiniVideoRecorder: Update clickable area to access recorded content table Signed-off-by: Arturo Manzoli --- src/components/mini-widgets/MiniVideoRecorder.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/mini-widgets/MiniVideoRecorder.vue b/src/components/mini-widgets/MiniVideoRecorder.vue index 770a55a9b..edf48f1dd 100644 --- a/src/components/mini-widgets/MiniVideoRecorder.vue +++ b/src/components/mini-widgets/MiniVideoRecorder.vue @@ -34,8 +34,14 @@
- + + mdi-video-box @@ -76,7 +82,7 @@
- + From 613413946fd9af7f3a4a118a44771b186d9e5277 Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Wed, 27 Mar 2024 17:44:26 -0300 Subject: [PATCH 3/3] video: Add access to playable content on recorded videos table Signed-off-by: Arturo Manzoli --- src/views/ConfigurationVideoView.vue | 57 +++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 6 deletions(-) diff --git a/src/views/ConfigurationVideoView.vue b/src/views/ConfigurationVideoView.vue index b06a829c6..580dbdb0f 100644 --- a/src/views/ConfigurationVideoView.vue +++ b/src/views/ConfigurationVideoView.vue @@ -86,20 +86,46 @@ class="max-w-[90%] bg-slate-100/30 rounded-lg p-3 border" :class="temporaryDbSize === 0 ? 'mb-10' : 'mb-0'" > + @@ -136,6 +166,7 @@ +