Skip to content

Commit

Permalink
Initial cleanup of navigation in base pages
Browse files Browse the repository at this point in the history
  • Loading branch information
YourOrdinaryCat committed Jun 21, 2023
1 parent 9a4e51e commit 3ebfeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
15 changes: 2 additions & 13 deletions Rise Media Player Dev/Settings/AppearanceBasePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:markup="using:Rise.Common.Extensions.Markup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns:markup="using:Rise.Common.Extensions.Markup"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
mc:Ignorable="d">

<Page.Resources>
Expand All @@ -22,22 +23,10 @@
PaneDisplayMode="Top"
SelectedItem="{x:Bind Window}">
<muxc:NavigationView.MenuItems>
<muxc:NavigationViewItem
x:Name="Overview"
Content="{markup:ResourceHelper Name=/Settings/AppearanceOverview}"
Tag="Overview" />
<muxc:NavigationViewItem
x:Name="Window"
Content="{markup:ResourceHelper Name=/Settings/AppearanceAppWindow}"
Tag="Window" />
<muxc:NavigationViewItem
x:Name="IconsFonts"
Content="{markup:ResourceHelper Name=/Settings/AppearanceIconsAndFonts}"
Tag="IconsFonts" />
<muxc:NavigationViewItem
x:Name="Layout"
Content="{markup:ResourceHelper Name=/Settings/AppearanceAppLayout}"
Tag="Layout" />
</muxc:NavigationView.MenuItems>

<ScrollViewer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@
PaneDisplayMode="Top"
SelectedItem="{x:Bind Local}">
<muxc:NavigationView.MenuItems>
<muxc:NavigationViewItem
x:Name="Overview"
Content="{markup:ResourceHelper Name=/Settings/AppearanceOverview}"
Tag="Overview" />
<muxc:NavigationViewItem
x:Name="Local"
Content="{markup:ResourceHelper Name=/Settings/MediaLibraryFilesAndFolders}"
Tag="Local" />
<muxc:NavigationViewItem
x:Name="Data"
Content="{markup:ResourceHelper Name=/Settings/MediaLibraryMetadata}"
Tag="Data" />
<muxc:NavigationViewItem
x:Name="Services"
Content="{markup:ResourceHelper Name=OnlineServices}"
Expand Down

0 comments on commit 3ebfeff

Please sign in to comment.