From 89737ffa5d01521c6ebb1906b1d64ae812fc5d1c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 23 Oct 2021 19:28:08 +0100 Subject: [PATCH] :sparkles: Implements UI editor form for appConfig --- .../InteractiveEditor/EditAppConfig.vue | 134 ++++++++++++++++++ .../InteractiveEditor/EditModeSaveMenu.vue | 14 +- src/components/Settings/LanguageSwitcher.vue | 2 +- src/store.js | 11 +- src/utils/StoreMutations.js | 1 + 5 files changed, 156 insertions(+), 6 deletions(-) create mode 100644 src/components/InteractiveEditor/EditAppConfig.vue diff --git a/src/components/InteractiveEditor/EditAppConfig.vue b/src/components/InteractiveEditor/EditAppConfig.vue new file mode 100644 index 00000000..91e9dbb4 --- /dev/null +++ b/src/components/InteractiveEditor/EditAppConfig.vue @@ -0,0 +1,134 @@ + + + + + diff --git a/src/components/InteractiveEditor/EditModeSaveMenu.vue b/src/components/InteractiveEditor/EditModeSaveMenu.vue index 8d031846..4e53cd0c 100644 --- a/src/components/InteractiveEditor/EditModeSaveMenu.vue +++ b/src/components/InteractiveEditor/EditModeSaveMenu.vue @@ -55,6 +55,7 @@