From 727e1318ccdf2a7cd61c9464eba0fcef1be21297 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 7 May 2023 09:13:18 +0200 Subject: [PATCH] Generalize EditValue --- src/components/charts/PlotConfigSelect.vue | 90 ++--------------- src/components/general/EditValue.vue | 107 +++++++++++++++++++++ 2 files changed, 117 insertions(+), 80 deletions(-) create mode 100644 src/components/general/EditValue.vue diff --git a/src/components/charts/PlotConfigSelect.vue b/src/components/charts/PlotConfigSelect.vue index bb90bdec..0ce7a647 100644 --- a/src/components/charts/PlotConfigSelect.vue +++ b/src/components/charts/PlotConfigSelect.vue @@ -1,69 +1,25 @@ diff --git a/src/components/general/EditValue.vue b/src/components/general/EditValue.vue new file mode 100644 index 00000000..b7bc1d83 --- /dev/null +++ b/src/components/general/EditValue.vue @@ -0,0 +1,107 @@ + + +