Skip to content

Commit

Permalink
cache updates, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Nov 22, 2024
1 parent 074b3ba commit 965cd01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions UniSky/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

<Thickness x:Key="HairlineThickness">0,1,0,0</Thickness>
<CornerRadius x:Key="ControlCornerRadius">0,0,0,0</CornerRadius>

<x:Double x:Key="ControlContentThemeFontSize">14</x:Double>
<x:Double x:Key="ContentControlFontSize">14</x:Double>
</ResourceDictionary>
</controls:XamlControlsResources.MergedDictionaries>
</controls:XamlControlsResources>
Expand Down
2 changes: 1 addition & 1 deletion UniSky/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="24101WamWooWamRD.25225E497690B"
Publisher="CN=0F22111D-EDF0-42F0-B58D-26C4C5C5054B"
Version="1.0.89.0" />
Version="1.0.91.0" />

<mp:PhoneIdentity PhoneProductId="d3ae258d-7752-4bdb-bb0c-b6cca57f9cd1" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
3 changes: 2 additions & 1 deletion UniSky/Pages/FeedsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
xmlns:extensions="using:UniSky.Extensions"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type=viewmodels:FeedsViewModel}"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
NavigationCacheMode="Enabled">

<Grid x:Name="RootGrid">
<Pivot x:Name="FeedsPivot"
Expand Down
3 changes: 2 additions & 1 deletion UniSky/Pages/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
xmlns:converters="using:UniSky.Converters"
mc:Ignorable="d"
DataContext="{x:Bind ViewModel}"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
NavigationCacheMode="Required">

<Page.Resources>
<ExponentialEase x:Key="EaseMove" EasingMode="EaseOut" Exponent="7"/>
Expand Down

0 comments on commit 965cd01

Please sign in to comment.