Skip to content

Commit

Permalink
Adding new Settings UX (#2049)
Browse files Browse the repository at this point in the history
* Revert "Revert PR#1964 (#2032)"

This reverts commit fbc6598.

* Updating namespaces

* Using Uwp package and loc fix
  • Loading branch information
niels9001 authored Dec 4, 2023
1 parent eb0324f commit c2c4795
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 191 deletions.
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>
3 changes: 3 additions & 0 deletions src/Calculator/Calculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,9 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls">
<Version>8.0.230823-rc</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/Calculator/Resources/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -4722,11 +4722,11 @@
<value>Appearance</value>
<comment>Subtitle of appearance setting on Settings page</comment>
</data>
<data name="SettingsAppThemeTitle.Text" xml:space="preserve">
<data name="AppThemeExpander.Header" xml:space="preserve">
<value>App theme</value>
<comment>Title of App theme expander</comment>
</data>
<data name="SettingsAppThemeDescription.Text" xml:space="preserve">
<data name="AppThemeExpander.Description" xml:space="preserve">
<value>Select which app theme to display</value>
<comment>Description of App theme expander</comment>
</data>
Expand Down
Loading

0 comments on commit c2c4795

Please sign in to comment.