File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/web/Client/Pages/Profile Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
{
15
15
return ;
16
16
}
17
+
17
18
<MetadataComponent Title =" @($" {UserName} ' s profil")"
18
19
Description="@($"Beskrivelse af {UserName}:\n {_profile?.Description}")"
19
20
Image="@_profile?.ProfilePictureUrl" />
20
21
21
22
<MudFab StartIcon="@Icons.Material.Filled.ArrowBack" Class="mb-5" Color="Color.Primary" OnClick="GoBack" />
22
23
24
+ @*
25
+ TODO: This button should open a popup that starts a chat with the person when the message is sent
26
+ *@
27
+ <MudButton EndIcon="@Icons.Material.Filled.Message">Send Besked</MudButton>
28
+
23
29
<MudPaper Elevation="1" Class="pa-4">
24
30
<MudGrid>
25
31
<MudItem xs="12">
77
83
_profile = response.Content;
78
84
break;
79
85
case HttpStatusCode.NotFound:
80
- _profile = null;
81
86
break;
82
87
case HttpStatusCode.TooManyRequests:
83
88
Snackbar.Add(ErrorMessages.High_Load, Severity.Info);
You can’t perform that action at this time.
0 commit comments