Get rid of additional progress bar loading in list page under the command bar.

This commit is contained in:
Burak Kaan Köse
2024-06-21 04:10:55 +02:00
parent 8e97c1e9e8
commit cfdd32708a

View File

@@ -403,7 +403,10 @@
<Grid x:Name="RootGrid">
<Grid.ColumnDefinitions>
<ColumnDefinition x:Name="ReaderColumn" Width="*" MaxWidth="{x:Bind ViewModel.StatePersistanceService.MailListPaneLength, Mode=OneWay}"/>
<ColumnDefinition
x:Name="ReaderColumn"
Width="*"
MaxWidth="{x:Bind ViewModel.StatePersistanceService.MailListPaneLength, Mode=OneWay}" />
<ColumnDefinition x:Name="RendererColumn" Width="*" />
</Grid.ColumnDefinitions>
@@ -434,16 +437,10 @@
<!-- Top Commands -->
<Grid
Grid.Row="0"
Padding="2,0"
Padding="4"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
CornerRadius="8">
<Grid.RowDefinitions>
<RowDefinition Height="48" />
<RowDefinition Height="2" />
</Grid.RowDefinitions>
<!-- Commands -->
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
@@ -583,13 +580,6 @@
</Button>
</Grid>
<muxc:ProgressBar
x:Name="LoadingProgressBar"
Grid.Row="1"
IsIndeterminate="True"
x:Load="{x:Bind ViewModel.IsInitializingFolder, Mode=OneWay}" />
</Grid>
<!-- Pivot + Sync + Multi Select -->
<Grid
Grid.Row="1"