From ddd8857cf6bd30537f4abff58d49fab0ec409fa7 Mon Sep 17 00:00:00 2001 From: Musubi42 Date: Sun, 17 Dec 2023 21:12:12 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=E2=9C=A8[Commit=20config=20to=20Github]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A commit allow to trigger a rebuild of Dashy, and publish changes automatically --- .../InteractiveEditor/EditModeSaveMenu.vue | 8 +- src/mixins/ConfigSaving.js | 152 ++++++++++++++++++ 2 files changed, 158 insertions(+), 2 deletions(-) diff --git a/src/components/InteractiveEditor/EditModeSaveMenu.vue b/src/components/InteractiveEditor/EditModeSaveMenu.vue index e2b574c4db..d71633f1b3 100644 --- a/src/components/InteractiveEditor/EditModeSaveMenu.vue +++ b/src/components/InteractiveEditor/EditModeSaveMenu.vue @@ -27,11 +27,12 @@