From aa665d6609733c45c1afa1391186a869f9d78240 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Fri, 25 Apr 2025 21:54:13 +0800 Subject: [PATCH] update --- .../src/components/NotificationSettings.vue | 32 ++++--- packages/frontend/src/views/AuditLogView.vue | 24 +++-- packages/frontend/src/views/SettingsView.vue | 94 ++++++++++--------- 3 files changed, 81 insertions(+), 69 deletions(-) diff --git a/packages/frontend/src/components/NotificationSettings.vue b/packages/frontend/src/components/NotificationSettings.vue index ae85428..2d0392e 100644 --- a/packages/frontend/src/components/NotificationSettings.vue +++ b/packages/frontend/src/components/NotificationSettings.vue @@ -4,25 +4,28 @@ {{ $t('settings.notifications.title') }} - -
- {{ $t('common.loading') }} -
-
+ +
{{ store.error }}
-
- + + -
- {{ $t('settings.notifications.noChannels') }} -
+ +
+ {{ $t('common.loading') }} +
- -
+ +
+ {{ $t('settings.notifications.noChannels') }} +
+ + +
{{ setting.name }} @@ -51,7 +54,6 @@
-
diff --git a/packages/frontend/src/views/AuditLogView.vue b/packages/frontend/src/views/AuditLogView.vue index a289c91..6bb244a 100644 --- a/packages/frontend/src/views/AuditLogView.vue +++ b/packages/frontend/src/views/AuditLogView.vue @@ -29,19 +29,23 @@
- -
- {{ $t('common.loading') }} -
-
+ +
{{ store.error }}
-
-
- {{ $t('auditLog.noLogs') }} -
-
+ +
+ {{ $t('common.loading') }} +
+ + +
+ {{ $t('auditLog.noLogs') }} +
+ + +
diff --git a/packages/frontend/src/views/SettingsView.vue b/packages/frontend/src/views/SettingsView.vue index 3794157..13ea2e3 100644 --- a/packages/frontend/src/views/SettingsView.vue +++ b/packages/frontend/src/views/SettingsView.vue @@ -6,19 +6,23 @@ {{ $t('settings.title') }} - -
- {{ $t('common.loading') }} -
-
+ +
{{ settingsError }}
- -
+ +
- -
+ +
+ {{ $t('common.loading') }} +
+ + +