Flyout styles and settings animations (#682)
* Refactor and enhance settings pages and solution structure - Added transition effects to multiple pages for enhanced UI animations. - Moved `AboutPage` and `PersonalizationPage` to settings folder. - Put version into settings card instead of text. * Fixed main logo in about page and changed version styles * revert platforms * Remove useless imprt * Apply this animation globally * Added resize transition for mail rendering page * remove entrance transition from rendering page
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</controls:SettingsCard>
|
||||
<controls:SettingsCard Header="{x:Bind domain:Translator.SettingsLoadPlaintextLinks_Title}">
|
||||
<controls:SettingsCard.HeaderIcon>
|
||||
<PathIcon Data="{StaticResource AddLinkPathIcon}" />
|
||||
<PathIcon Data="{StaticResource AddLinkPathIcon}" />
|
||||
</controls:SettingsCard.HeaderIcon>
|
||||
<ToggleSwitch IsOn="{x:Bind ViewModel.PreferencesService.RenderPlaintextLinks, Mode=TwoWay}" />
|
||||
</controls:SettingsCard>
|
||||
@@ -122,4 +122,4 @@
|
||||
</controls:SettingsExpander>
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
</abstract:ReadComposePanePageAbstract>
|
||||
</abstract:ReadComposePanePageAbstract>
|
||||
|
||||
Reference in New Issue
Block a user