Able to download whole data to local
This commit is contained in:
parent
d2ab28372f
commit
059088121e
5 changed files with 78 additions and 7 deletions
|
@ -7,7 +7,8 @@
|
|||
<MudAppBar Elevation="0">
|
||||
@if (Program.CCharsLeft > 0)
|
||||
{
|
||||
<MudText>@("CChars left: " + Program.CCharsLeft)</MudText>
|
||||
<MudButton OnClick="()=>navigator.NavigateTo(string.Empty)" Variant="Variant.Outlined" Color="Color.Primary">Back</MudButton>
|
||||
<MudText Class="pl-8">@("CChars left: " + Program.CCharsLeft)</MudText>
|
||||
}
|
||||
<MudSpacer />
|
||||
<MudIconButton Icon="@Icons.Custom.Brands.MudBlazor" Color="Color.Inherit" Link="https://mudblazor.com/" Target="_blank" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue