From 8f51c11bc285f4dc38f7b69e6bb58a73844be9bd Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 21 Aug 2025 01:20:38 +0400 Subject: [PATCH] refac: account setting styling --- .../components/chat/Settings/Account.svelte | 131 ++++++++++-------- 1 file changed, 74 insertions(+), 57 deletions(-) diff --git a/src/lib/components/chat/Settings/Account.svelte b/src/lib/components/chat/Settings/Account.svelte index 75dd8aa555..6b3c64be75 100644 --- a/src/lib/components/chat/Settings/Account.svelte +++ b/src/lib/components/chat/Settings/Account.svelte @@ -13,6 +13,7 @@ import Plus from '$lib/components/icons/Plus.svelte'; import Tooltip from '$lib/components/common/Tooltip.svelte'; import SensitiveInput from '$lib/components/common/SensitiveInput.svelte'; + import Textarea from '$lib/components/common/Textarea.svelte'; const i18n = getContext('i18n'); @@ -21,6 +22,7 @@ let profileImageUrl = ''; let name = ''; + let bio = ''; let webhookUrl = ''; let showAPIKeys = false; @@ -152,11 +154,19 @@ />
+
+
{$i18n.t('Your Account')}
+ +
+ {$i18n.t('Manage your account information.')} +
+
+ -
-
-
+
+
+
-
- -
-
{$i18n.t('Profile Image')}
- -
+
+ + {$i18n.t('Initials')} - - {$i18n.t('Gravatar')}
-
+
+
+
+
{$i18n.t('Name')}
-
+
+ +
+
+ +
+
{$i18n.t('Bio')}
+ +
+