mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 12:12:10 +00:00
override the after submit content to show a skeleton as process indicator
This commit is contained in:
parent
0064db2b74
commit
348e638758
@ -71,3 +71,13 @@ else
|
||||
|
||||
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|
||||
}
|
||||
|
||||
@code {
|
||||
private protected override RenderFragment? AfterSubmitContent => @<MudCard>
|
||||
<MudCardContent>
|
||||
<MudSkeleton />
|
||||
<MudSkeleton Animation="Animation.False" />
|
||||
<MudSkeleton Animation="Animation.Wave" />
|
||||
</MudCardContent>
|
||||
</MudCard>;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user