feat: complete phone number and edit of that in user-profile

This commit is contained in:
2025-07-16 08:35:54 +03:30
parent bb8dd3cc5f
commit e2ff5c9483

View File

@@ -109,15 +109,21 @@ export function UserProfileForm() {
<Grid item xs={12} sm={6}>
<Box sx={{ mb: 2 }}>
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
<Typography
variant="subtitle2"
sx={{ color: 'gray', fontSize: '14px', ml: '34vh' }}
>
نام
</Typography>
<<<<<<< HEAD
=======
<Typography variant="subtitle2">نام</Typography>
>>>>>>> f9815fb (fix: issue in user profile)
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
{isEditing ? (
<TextField
fullWidth
@@ -129,12 +135,18 @@ export function UserProfileForm() {
inputProps={{
sx: {
height: '12px',
<<<<<<< HEAD
<<<<<<< HEAD
fontSize: '16px',
fontWeight: 'bold',
direction: 'rtl',
=======
>>>>>>> f9815fb (fix: issue in user profile)
=======
fontSize: '16px',
fontWeight: 'bold',
direction: 'rtl',
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
},
}}
/>
@@ -147,15 +159,21 @@ export function UserProfileForm() {
<Box>
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
<Typography
variant="subtitle2"
sx={{ color: 'gray', fontSize: '14px' }}
>
جنسیت
</Typography>
<<<<<<< HEAD
=======
<Typography variant="subtitle2">جنسیت</Typography>
>>>>>>> f9815fb (fix: issue in user profile)
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
{isEditing ? (
<FormControl sx={{ width: '230px' }}>
<InputLabel id="sex-label">جنسیت</InputLabel>
@@ -187,13 +205,19 @@ export function UserProfileForm() {
<Grid item xs={12} sm={6}>
<Box sx={{ mb: 2 }}>
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
<Typography
variant="subtitle2"
sx={{ color: 'gray', fontSize: '14px' }}
>
<<<<<<< HEAD
=======
<Typography variant="subtitle2" sx={{ width: '230px' }}>
>>>>>>> f9815fb (fix: issue in user profile)
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
نام خانوادگی
</Typography>
{isEditing ? (
@@ -219,15 +243,21 @@ export function UserProfileForm() {
<Box>
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
<Typography
variant="subtitle2"
sx={{ color: 'gray', fontSize: '14px' }}
>
کد ملی
</Typography>
<<<<<<< HEAD
=======
<Typography variant="subtitle2">کد ملی</Typography>
>>>>>>> f9815fb (fix: issue in user profile)
=======
>>>>>>> 280b19d (feat: complete phone number and edit of that in user-profile)
{isEditing ? (
<TextField
fullWidth