From 3d4c7118ba58081f5d0a78b021b47d4134fac355 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 12 Jul 2021 23:29:25 +0100 Subject: [PATCH] :speech_balloon: Updates copy to include estimated built time after config write --- src/components/Configuration/JsonEditor.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/Configuration/JsonEditor.vue b/src/components/Configuration/JsonEditor.vue index 5d42fb32..060649cf 100644 --- a/src/components/Configuration/JsonEditor.vue +++ b/src/components/Configuration/JsonEditor.vue @@ -40,6 +40,7 @@

{{ responseText }}

The app should rebuild automatically. + This may take up to a minute. You will need to refresh the page for changes to take effect.

@@ -226,8 +227,14 @@ p.response-output { margin: 0.5rem auto; width: 95%; color: var(--config-settings-color); - &.status-success { color: var(--success); } - &.status-fail { color: var(--danger); } + &.status-success { + font-weight: bold; + color: var(--success); + } + &.status-fail { + font-weight: bold; + color: var(--danger); + } } button.save-button {