From 652f192a50d3c6131984d97fb2a9be3392ffa3db Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Thu, 29 Jul 2021 13:56:18 -0700 Subject: [PATCH] Add the ability for NumberInput widgets to display labels Part of #313 --- client/web/src/App.vue | 18 +++++++ .../web/src/components/panels/LayerTree.vue | 2 +- .../widgets/inputs/CheckboxInput.vue | 4 +- .../components/widgets/inputs/NumberInput.vue | 51 +++++++++++++++---- .../widgets/options/ToolOptions.vue | 2 +- 5 files changed, 63 insertions(+), 14 deletions(-) diff --git a/client/web/src/App.vue b/client/web/src/App.vue index f117c2a81..0f7b17ffc 100644 --- a/client/web/src/App.vue +++ b/client/web/src/App.vue @@ -20,23 +20,41 @@