From 67995bb0372b1e8f9dfc6cdf31d346d1c5be316c Mon Sep 17 00:00:00 2001 From: Arturo M Date: Fri, 15 Mar 2024 14:05:35 -0300 Subject: [PATCH] video: Add button with files count badge to access stored videos modal Also a minor arrangement to the buttons on the video storage interface (modal and config screens) --- .../mini-widgets/MiniVideoRecorder.vue | 48 +++++++++++++- src/views/ConfigurationVideoView.vue | 63 ++++++++++++------- 2 files changed, 88 insertions(+), 23 deletions(-) diff --git a/src/components/mini-widgets/MiniVideoRecorder.vue b/src/components/mini-widgets/MiniVideoRecorder.vue index 7f9a51022..770a55a9b 100644 --- a/src/components/mini-widgets/MiniVideoRecorder.vue +++ b/src/components/mini-widgets/MiniVideoRecorder.vue @@ -1,7 +1,8 @@