From cc5d64ce5a526ad7d8e19f76aaadf9f10a91db4b Mon Sep 17 00:00:00 2001 From: Jy Date: Wed, 31 Jul 2024 19:18:43 +0800 Subject: [PATCH] feat: user settings page Signed-off-by: Jy --- client/src/pages/userAccount/userSettings.tsx | 47 ++++++++++++++----- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/client/src/pages/userAccount/userSettings.tsx b/client/src/pages/userAccount/userSettings.tsx index 3ae09172..eb279097 100644 --- a/client/src/pages/userAccount/userSettings.tsx +++ b/client/src/pages/userAccount/userSettings.tsx @@ -33,26 +33,51 @@ const SettingPage: PageComponent = (props) => { ); return ( -
+

My Account

-
-
-
-

Personal Particulars

-

Username: {user?.username}

-

Email: {user?.email}

+
+
+
+

+ Personal Particulars +

+
+

+ Username:{' '} + + {user?.username} + +

+
+
+

+ Email:{' '} + + {user?.email} + +

+
-
+

Security

-

Password:

-
-
+