From cd1df37ed3430d6e77c5b2ca7bbcf544d2afb73a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 4 Feb 2026 12:43:58 +0100 Subject: [PATCH] Show save indicator for language and timezone submission --- dashboard/src/components/SaveIndicator.vue | 57 ++++++++++++++++++++++ dashboard/src/views/SystemSettingsView.vue | 15 ++++-- 2 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 dashboard/src/components/SaveIndicator.vue diff --git a/dashboard/src/components/SaveIndicator.vue b/dashboard/src/components/SaveIndicator.vue new file mode 100644 index 000000000..cc644fdc5 --- /dev/null +++ b/dashboard/src/components/SaveIndicator.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/dashboard/src/views/SystemSettingsView.vue b/dashboard/src/views/SystemSettingsView.vue index 7645481be..9bf434c0c 100644 --- a/dashboard/src/views/SystemSettingsView.vue +++ b/dashboard/src/views/SystemSettingsView.vue @@ -1,14 +1,11 @@