mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 02:30:48 +01:00
Add busy area for sending request in endpoint
This commit is contained in:
@@ -308,6 +308,8 @@
|
|||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Grid Grid.Row="1" Grid.Column="4">
|
<Grid Grid.Row="1" Grid.Column="4">
|
||||||
|
<controls:BusyArea BusyText="Loading..."
|
||||||
|
IsBusy="{Binding SelectedPathOperation.IsBusy}">
|
||||||
<TabControl>
|
<TabControl>
|
||||||
<TabItem Header="Preview">
|
<TabItem Header="Preview">
|
||||||
<avalonEdit:TextEditor
|
<avalonEdit:TextEditor
|
||||||
@@ -320,6 +322,7 @@
|
|||||||
FontSize="12"/>
|
FontSize="12"/>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</TabControl>
|
</TabControl>
|
||||||
|
</controls:BusyArea>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user