Skip to content

Commit

Permalink
(#431) wasm: update show account components
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Oct 10, 2024
1 parent 727c163 commit 602b86e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 299 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@using MudBlazor
@using System.IO

<MudText Typo="Typo.h6" GutterBottom="true">Gallery</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">Gallery</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@using MudBlazor
@using System.Text.Json

<MudText Typo="Typo.h6" GutterBottom="true">Notifications</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">Notifications</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@inject IIdentityService IdentityService
@using MudBlazor

<MudText Typo="Typo.h6" GutterBottom="true">Privacy</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">Privacy</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@using MudBlazor
@using System

<MudText Typo="Typo.h6" GutterBottom="true">Profile</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">Profile</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@inject IIdentityService IdentityService
@using MudBlazor

<MudText Typo="Typo.h6" GutterBottom="true">Security</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">Security</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@inject IIdentityService IdentityService
@using MudBlazor

<MudText Typo="Typo.h6" GutterBottom="true">User Settings</MudText>
<MudText Typo="Typo.h4" GutterBottom="true">User Settings</MudText>
@if (IsLoading)
{
<MudProgressCircular Indeterminate="true" Color="Color.Primary" />
Expand Down

0 comments on commit 602b86e

Please sign in to comment.