u
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<MudGrid Spacing="4">
|
||||
<!-- Profile Header -->
|
||||
<MudItem xs="12">
|
||||
<MudPaper Elevation="4" Class="pa-6 rounded-2xl mud-theme-surface">
|
||||
<MudPaper Elevation="4" Class="pa-6">
|
||||
<MudStack Spacing="4">
|
||||
<MudStack Row="true" Spacing="3" AlignItems="AlignItems.Center">
|
||||
<MudAvatar Size="Size.Large" Color="Color.Primary">
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<!-- Profile Content -->
|
||||
<MudItem xs="12">
|
||||
<MudPaper Elevation="4" Class="rounded-2xl mud-theme-surface">
|
||||
<MudPaper Elevation="4" Class=" ">
|
||||
<MudTabs Elevation="0" Rounded="true" ApplyEffectsToContainer="true" Class="px-4 pt-4">
|
||||
<!-- Personal Information Tab -->
|
||||
<MudTabPanel Text="اطلاعات شخصی" Icon="@Icons.Material.Filled.Person">
|
||||
@@ -135,7 +135,7 @@
|
||||
<MudStack Spacing="3">
|
||||
@foreach (var address in _addresses)
|
||||
{
|
||||
<MudPaper Elevation="2" Class="pa-4 rounded-xl mud-theme-surface" Outlined="true">
|
||||
<MudPaper Elevation="2" Class="pa-4 rounded-xl " Outlined="true">
|
||||
<MudStack Spacing="3">
|
||||
<MudStack Row="true" Justify="Justify.SpaceBetween" AlignItems="AlignItems.Start">
|
||||
<MudStack Spacing="1">
|
||||
@@ -252,7 +252,7 @@
|
||||
|
||||
<MudGrid Spacing="3">
|
||||
<MudItem xs="12" md="6" lg="3">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl mud-theme-surface">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl ">
|
||||
<MudIcon Icon="@Icons.Material.Filled.DateRange" Size="Size.Large" Color="Color.Primary" Class="mb-2" />
|
||||
<MudText Typo="Typo.h4">@_userProfile.JoinDate</MudText>
|
||||
<MudText Typo="Typo.caption" Class="mud-text-secondary">تاریخ عضویت</MudText>
|
||||
@@ -260,7 +260,7 @@
|
||||
</MudItem>
|
||||
|
||||
<MudItem xs="12" md="6" lg="3">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl mud-theme-surface">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl ">
|
||||
<MudIcon Icon="@Icons.Material.Filled.Login" Size="Size.Large" Color="Color.Success" Class="mb-2" />
|
||||
<MudText Typo="Typo.h4">@_userProfile.LastLogin</MudText>
|
||||
<MudText Typo="Typo.caption" Class="mud-text-secondary">آخرین ورود</MudText>
|
||||
@@ -268,7 +268,7 @@
|
||||
</MudItem>
|
||||
|
||||
<MudItem xs="12" md="6" lg="3">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl mud-theme-surface">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl ">
|
||||
<MudIcon Icon="@Icons.Material.Filled.Group" Size="Size.Large" Color="Color.Info" Class="mb-2" />
|
||||
<MudText Typo="Typo.h4">@_userProfile.TotalReferrals</MudText>
|
||||
<MudText Typo="Typo.caption" Class="mud-text-secondary">معرفها</MudText>
|
||||
@@ -276,7 +276,7 @@
|
||||
</MudItem>
|
||||
|
||||
<MudItem xs="12" md="6" lg="3">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl mud-theme-surface">
|
||||
<MudPaper Elevation="3" Class="pa-4 text-center rounded-xl ">
|
||||
<MudIcon Icon="@Icons.Material.Filled.Star" Size="Size.Large" Color="Color.Warning" Class="mb-2" />
|
||||
<MudText Typo="Typo.h4">@_userProfile.Level</MudText>
|
||||
<MudText Typo="Typo.caption" Class="mud-text-secondary">سطح کاربری</MudText>
|
||||
@@ -285,7 +285,7 @@
|
||||
</MudGrid>
|
||||
|
||||
<!-- Account Status -->
|
||||
<MudPaper Elevation="2" Class="pa-4 mt-4 rounded-xl mud-theme-surface">
|
||||
<MudPaper Elevation="2" Class="pa-4 mt-4 rounded-xl ">
|
||||
<MudText Typo="Typo.subtitle1" Class="mb-3">وضعیت حساب</MudText>
|
||||
<MudStack Spacing="2">
|
||||
<MudStack Row="true" Spacing="2" AlignItems="AlignItems.Center">
|
||||
|
||||
Reference in New Issue
Block a user