From 1331df5b44ff81401b191cc578c1e0e1cb49b221 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Wed, 24 Jan 2024 01:48:52 +0100 Subject: [PATCH] UPD: Move device bar to preview --- src/components/ProfileManager.vue | 4 +- src/components/device-gui/DeviceBar.vue | 23 ++---- src/components/device-gui/DevicePreview.vue | 46 ++++++++++-- src/components/old/QuickPreview.vue | 81 --------------------- 4 files changed, 48 insertions(+), 106 deletions(-) delete mode 100644 src/components/old/QuickPreview.vue diff --git a/src/components/ProfileManager.vue b/src/components/ProfileManager.vue index 252e43e..01eae2c 100644 --- a/src/components/ProfileManager.vue +++ b/src/components/ProfileManager.vue @@ -13,18 +13,16 @@ - \ No newline at end of file diff --git a/src/components/device-gui/DeviceBar.vue b/src/components/device-gui/DeviceBar.vue index 06b0d7f..f01a35e 100644 --- a/src/components/device-gui/DeviceBar.vue +++ b/src/components/device-gui/DeviceBar.vue @@ -1,6 +1,5 @@ \ No newline at end of file diff --git a/src/components/device-gui/DevicePreview.vue b/src/components/device-gui/DevicePreview.vue index ac619b8..32888f1 100644 --- a/src/components/device-gui/DevicePreview.vue +++ b/src/components/device-gui/DevicePreview.vue @@ -1,12 +1,35 @@ \ No newline at end of file diff --git a/src/components/old/QuickPreview.vue b/src/components/old/QuickPreview.vue deleted file mode 100644 index 087e1b0..0000000 --- a/src/components/old/QuickPreview.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - - - \ No newline at end of file