From a8c16af3c27e9d44274e2f1fe1854bfe0551d844 Mon Sep 17 00:00:00 2001 From: Mathis Mensing Date: Wed, 16 Mar 2022 11:11:09 +0100 Subject: [PATCH] feat(ui): make color picker movable (#577) Signed-off-by: Mathis Mensing --- src/components/ui/AppColorPicker.vue | 78 +++++++++++++++++++- src/components/widgets/outputs/OutputLed.vue | 1 + 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/src/components/ui/AppColorPicker.vue b/src/components/ui/AppColorPicker.vue index b448a13515..39b1962c29 100644 --- a/src/components/ui/AppColorPicker.vue +++ b/src/components/ui/AppColorPicker.vue @@ -28,7 +28,17 @@ $circle - + + + {{ title }} + diff --git a/src/components/widgets/outputs/OutputLed.vue b/src/components/widgets/outputs/OutputLed.vue index c67ea3c6f5..b5a4a16c6c 100644 --- a/src/components/widgets/outputs/OutputLed.vue +++ b/src/components/widgets/outputs/OutputLed.vue @@ -14,6 +14,7 @@