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') }} +
+ + +