From 0222d493f8fc65cec5186d8c5ff3502f17e42f50 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 11 Dec 2025 15:45:27 +0200 Subject: [PATCH] fix rates tab --- .../settings_modal/helpers/rate_setting.vue | 162 ++++++++++-------- src/i18n/en.json | 8 + 2 files changed, 100 insertions(+), 70 deletions(-) diff --git a/src/components/settings_modal/helpers/rate_setting.vue b/src/components/settings_modal/helpers/rate_setting.vue index 146b22d84..6849ee2c1 100644 --- a/src/components/settings_modal/helpers/rate_setting.vue +++ b/src/components/settings_modal/helpers/rate_setting.vue @@ -7,6 +7,12 @@ class="setting-label" :class="{ 'faint': shouldBeDisabled }" > + + + {{ ' ' }} @@ -22,82 +28,98 @@ > {{ backendDescriptionDescription + ' ' }}

- - - - - - - - - - - - - - - - - -
  - {{ $t('admin_dash.rate_limit.period') }} - - {{ $t('admin_dash.rate_limit.amount') }} -
- {{ $t('admin_dash.rate_limit.unauthenticated') }} - - {{ $t('admin_dash.rate_limit.rate_limit') }} - - - - -
- {{ $t('admin_dash.rate_limit.authenticated') }} - - - - -
- - {{ $t('admin_dash.rate_limit.separate') }} - -
- - - +
+ + + + + + + + + + + + + + + + + +
  + {{ $t('admin_dash.rate_limit.period') }} + + {{ $t('admin_dash.rate_limit.amount') }} +
+ {{ $t('admin_dash.rate_limit.unauthenticated') }} + + {{ $t('admin_dash.rate_limit.rate_limit') }} + + + + +
+ {{ $t('admin_dash.rate_limit.authenticated') }} + + + + +
+ + {{ $t('admin_dash.rate_limit.separate') }} +
-
+ +