From 25dc8cc4ea06d9b99ea66e7b12d7e6a0f28ce453 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 May 2021 21:17:32 +0100 Subject: [PATCH] =?UTF-8?q?You=20can=20now=20edit=20sections=20and=20items?= =?UTF-8?q?=20from=20the=20UI=20=F0=9F=A4=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configuration/ConfigContainer.vue | 13 ++-- src/components/Configuration/JsonEditor.vue | 77 +++++++++++++++++++ src/components/Configuration/RawEditor.vue | 40 ---------- src/styles/color-palette.scss | 6 +- src/styles/global-styles.scss | 2 +- src/views/Home.vue | 5 +- 6 files changed, 92 insertions(+), 51 deletions(-) create mode 100644 src/components/Configuration/JsonEditor.vue delete mode 100644 src/components/Configuration/RawEditor.vue diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 129cd29e..fae477ea 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -1,12 +1,9 @@