From 06d18db601971d85bdf6553b1ed6224fe3aa20b1 Mon Sep 17 00:00:00 2001 From: Kevin Beier <70775490+BeierKevin@users.noreply.github.com> Date: Wed, 14 Dec 2022 19:49:27 +0100 Subject: [PATCH] feat: new log design and capture area tooltip (#73) * idea for capture Area tooltip Signed-off-by: Kevin Beier * fixed log for capture areas Signed-off-by: Kevin Beier * Update src/components/LogOutput.vue Co-authored-by: Claiyc <58397976+Claiyc@users.noreply.github.com> * Update src/views/RunPage.vue Co-authored-by: Claiyc <58397976+Claiyc@users.noreply.github.com> * first run log is open on default Signed-off-by: Kevin Beier Signed-off-by: Kevin Beier Co-authored-by: Claiyc <58397976+Claiyc@users.noreply.github.com> --- src/App.vue | 25 +++++++++++++-- src/components/LogOutput.vue | 51 ++++++++++++++++-------------- src/components/MainVideoStream.vue | 4 ++- src/views/RunPage.vue | 23 ++++++++++---- 4 files changed, 68 insertions(+), 35 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8b85fc4..f408d75 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,15 +28,33 @@ - + Capturing - + Source - + Regex @@ -45,6 +63,7 @@ +