From 5dafacacb766ff84ee73b8c153397909c27b0eee Mon Sep 17 00:00:00 2001 From: Kevin Beier Date: Tue, 22 Nov 2022 16:07:45 +0100 Subject: [PATCH 01/10] more changes and general strucutre Signed-off-by: Kevin Beier --- src/App.vue | 12 +-- src/components/VideoStream.vue | 23 ++--- src/components/ViewComponent.vue | 24 +++++ .../capture-area/CaptureAreaActions.vue | 21 ----- .../CaptureAreaMetaProperties.vue | 50 ++++++---- .../capture-area/CaptureAreaSearchValue.vue | 91 ++++++++++--------- src/views/RegexView.vue | 44 ++++----- src/views/RunPage.vue | 2 +- src/views/SourcesView.vue | 2 +- 9 files changed, 141 insertions(+), 128 deletions(-) create mode 100644 src/components/ViewComponent.vue delete mode 100644 src/components/capture-area/CaptureAreaActions.vue diff --git a/src/App.vue b/src/App.vue index eda6c0b..53a4ff1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,13 +39,12 @@ - - - + + + @@ -55,8 +54,7 @@ - - Video Element here + diff --git a/src/components/VideoStream.vue b/src/components/VideoStream.vue index 68aeeeb..48ba2d1 100644 --- a/src/components/VideoStream.vue +++ b/src/components/VideoStream.vue @@ -1,17 +1,14 @@ + + diff --git a/src/components/capture-area/CaptureAreaActions.vue b/src/components/capture-area/CaptureAreaActions.vue deleted file mode 100644 index 79fe59f..0000000 --- a/src/components/capture-area/CaptureAreaActions.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - - - diff --git a/src/components/capture-area/CaptureAreaMetaProperties.vue b/src/components/capture-area/CaptureAreaMetaProperties.vue index 186d456..a1ee7c9 100644 --- a/src/components/capture-area/CaptureAreaMetaProperties.vue +++ b/src/components/capture-area/CaptureAreaMetaProperties.vue @@ -1,45 +1,59 @@