mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Formatting
This commit is contained in:
parent
393dd7ec6a
commit
d165cbb038
@ -22,9 +22,9 @@
|
||||
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.Verified" HeaderText="View GNU General Public License v2 (GPL)" MaxHeight="300" ExpandedChanged="this.WhenExpandingLicence">
|
||||
@if (this.isLoadingLicence)
|
||||
{
|
||||
<MudSkeleton />
|
||||
<MudSkeleton Animation="Animation.Wave" />
|
||||
<MudSkeleton />
|
||||
<MudSkeleton/>
|
||||
<MudSkeleton Animation="Animation.Wave"/>
|
||||
<MudSkeleton/>
|
||||
}
|
||||
else if (!string.IsNullOrWhiteSpace(this.licenseText))
|
||||
{
|
||||
@ -138,12 +138,12 @@
|
||||
@if (this.pandocInstallation == default)
|
||||
{
|
||||
<MudStack Row="true" AlignItems="AlignItems.Center">
|
||||
<MudSkeleton SkeletonType="SkeletonType.Circle" Width="4em" Height="4em" Animation="Animation.Pulse" />
|
||||
<MudSkeleton SkeletonType="SkeletonType.Circle" Width="4em" Height="4em" Animation="Animation.Pulse"/>
|
||||
<MudStack Row="false" Class="d-flex flex-column flex-grow-1">
|
||||
<MudSkeleton Width="90%" Animation="Animation.Wave"/>
|
||||
<MudSkeleton Width="75%" Animation="Animation.Wave"/>
|
||||
<MudSkeleton Width="55%" />
|
||||
<MudSkeleton Width="12%" />
|
||||
<MudSkeleton Width="55%"/>
|
||||
<MudSkeleton Width="12%"/>
|
||||
</MudStack>
|
||||
</MudStack>
|
||||
}
|
||||
@ -193,7 +193,7 @@
|
||||
else if (this.ShowInstallationPage)
|
||||
{
|
||||
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
|
||||
Cancel
|
||||
Close
|
||||
</MudButton>
|
||||
|
||||
<MudButton Color="Color.Warning" OnClick="@this.RejectLicense" Variant="Variant.Filled" Size="Size.Medium">
|
||||
@ -203,7 +203,7 @@
|
||||
else
|
||||
{
|
||||
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
|
||||
Cancel
|
||||
Close
|
||||
</MudButton>
|
||||
|
||||
@if (this.pandocInstallation != default)
|
||||
|
Loading…
Reference in New Issue
Block a user