From 1994c20c547ce74abbfd013afd30cf65b6af8e77 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 11 Jan 2024 22:25:05 +0800 Subject: [PATCH] chore: tweak setting page --- .../Settings/AccessTokenSection.tsx | 28 +++++------ web/src/components/Settings/MemberSection.tsx | 20 ++++---- .../components/Settings/MyAccountSection.tsx | 38 +++++++-------- .../Settings/PreferencesSection.tsx | 21 ++++----- web/src/components/Settings/SSOSection.tsx | 13 +++-- .../components/Settings/StorageSection.tsx | 12 ++--- web/src/components/Settings/SystemSection.tsx | 29 ++++++------ .../components/Settings/WebhookSection.tsx | 6 +-- web/src/less/setting.less | 47 ------------------- .../less/settings/preferences-section.less | 13 ----- web/src/less/settings/system-section.less | 17 ------- web/src/pages/Setting.tsx | 44 +++++++++++------ 12 files changed, 113 insertions(+), 175 deletions(-) delete mode 100644 web/src/less/setting.less delete mode 100644 web/src/less/settings/preferences-section.less delete mode 100644 web/src/less/settings/system-section.less diff --git a/web/src/components/Settings/AccessTokenSection.tsx b/web/src/components/Settings/AccessTokenSection.tsx index fe1349234..1d877f97d 100644 --- a/web/src/components/Settings/AccessTokenSection.tsx +++ b/web/src/components/Settings/AccessTokenSection.tsx @@ -56,15 +56,15 @@ const AccessTokenSection = () => { return ( <> -
+
-

+

Access Tokens

-

A list of all access tokens for your account.

+

A list of all access tokens for your account.