From ecef01b0346238e8009f14ad6bc0193441c67ec9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 21 Apr 2024 14:46:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=85=20Better=20error=20handling=20when?= =?UTF-8?q?=20config=20cannot=20be=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 + src/components/PageStrcture/CriticalError.vue | 115 ++++++++++++++++++ src/store.js | 50 ++++++-- src/styles/global-styles.scss | 5 + src/utils/StoreMutations.js | 1 + src/utils/defaults.js | 1 + 6 files changed, 164 insertions(+), 11 deletions(-) create mode 100644 src/components/PageStrcture/CriticalError.vue diff --git a/src/App.vue b/src/App.vue index 4cfd5d5d..fbc3026f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,6 +3,7 @@
+