From c130e25659a1d6b960d1e45045179b2664ed5268 Mon Sep 17 00:00:00 2001 From: Victor Grycuk Date: Fri, 28 Aug 2020 20:41:24 -0300 Subject: [PATCH 1/8] Remove unnecessary logging --- StreamDeck.ColorPicker/StreamDeck.ColorPicker/StaticPicker.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/StaticPicker.cs b/StreamDeck.ColorPicker/StreamDeck.ColorPicker/StaticPicker.cs index 34d3d11..ca9848f 100644 --- a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/StaticPicker.cs +++ b/StreamDeck.ColorPicker/StreamDeck.ColorPicker/StaticPicker.cs @@ -69,7 +69,6 @@ public override void OnTick() { } public override void ReceivedSettings(ReceivedSettingsPayload payload) { - Logger.Instance.LogMessage(TracingLevel.INFO, payload.Settings.ToString()); Tools.AutoPopulateSettings(settings, payload.Settings); SaveSettings(); } From 91a90e38cd15f02c320c275a81cbd335bb0df605 Mon Sep 17 00:00:00 2001 From: Victor Grycuk Date: Mon, 31 Aug 2020 20:29:13 -0300 Subject: [PATCH 2/8] Remove obsolete PluginActionPI.html --- .../PropertyInspector/PluginActionPI.html | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/PluginActionPI.html diff --git a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/PluginActionPI.html b/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/PluginActionPI.html deleted file mode 100644 index 5a73c12..0000000 --- a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/PluginActionPI.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - StreamDeck.ColorPicker Settings - - - - - -
-
-
Value to show
- -
-
-
Copy value to clipboard
-
-
- - -
-
-
-
- - From efb615e39c325921f64ec8437df726fcc05834fa Mon Sep 17 00:00:00 2001 From: Victor Grycuk Date: Mon, 31 Aug 2020 20:31:43 -0300 Subject: [PATCH 3/8] Add dynamic functionality --- .../PropertyInspector/ColorPickerPI.html | 7 ++ .../StreamDeck.ColorPicker/StaticPicker.cs | 74 ++++++++++++++++--- 2 files changed, 71 insertions(+), 10 deletions(-) diff --git a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/ColorPickerPI.html b/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/ColorPickerPI.html index 5a73c12..5ce88ec 100644 --- a/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/ColorPickerPI.html +++ b/StreamDeck.ColorPicker/StreamDeck.ColorPicker/PropertyInspector/ColorPickerPI.html @@ -12,6 +12,13 @@
+
+
Select Type
+ +
Value to show