Couple UI Fixes (#255)

- Disabled UI navigation cache for all pages.
- Restore the renderer<>composer page animation back.
- IdlePage functionality into mail list page.
- Couple bugfixes.
This commit is contained in:
Burak Kaan Köse
2024-06-26 20:00:10 +02:00
committed by GitHub
parent ca40730600
commit 39626e0df9
12 changed files with 180 additions and 109 deletions

View File

@@ -9,22 +9,7 @@
xmlns:controls="using:Wino.Controls"
mc:Ignorable="d">
<!-- Empty Page for Mail Rendering Sub Frame. -->
<Grid>
<StackPanel
Opacity="0.5"
Spacing="6"
HorizontalAlignment="Center"
VerticalAlignment="Center">
<!-- Empty page for disposing composer or renderer page. -->
<Grid />
<controls:WinoFontIcon Icon="Mail" FontSize="80" />
<TextBlock
HorizontalAlignment="Center"
FontSize="31"
Text="{x:Bind ViewModel.SelectedMessageText, Mode=OneWay}"
Style="{StaticResource SubheaderTextBlockStyle}"
x:Name="CountTextBlock" />
</StackPanel>
</Grid>
</abstract:IdlePageAbstract>