Change all icons to <Path>'s with google material icons; finish navigation bar styling and function
This commit is contained in:
@@ -4,13 +4,21 @@
|
||||
xmlns:local="clr-namespace:Server_Dashboard"
|
||||
xmlns:views="clr-namespace:Server_Dashboard.Views.DashboardPages"
|
||||
xmlns:modulescrud="clr-namespace:Server_Dashboard.Views.DashboardPages.ModuleCRUD"
|
||||
xmlns:dashboardviews="clr-namespace:Server_Dashboard.Views.Dashboard"
|
||||
xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"
|
||||
StartupUri="LoginWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
<!--View Templates-->
|
||||
<DataTemplate x:Key="MainDashboardView" DataType="{x:Type local:DashboardViewModel}">
|
||||
<DataTemplate DataType="{x:Type local:DashboardViewModel}">
|
||||
<views:MainDashboardPage />
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type local:AnalyticsViewModel}">
|
||||
<dashboardviews:AnalyticsPage />
|
||||
</DataTemplate>
|
||||
<DataTemplate DataType="{x:Type local:SettingsViewModel}">
|
||||
<dashboardviews:SettingsPage />
|
||||
</DataTemplate>
|
||||
<DataTemplate x:Key="CreateModuleView" DataType="{x:Type local:DashboardViewModel}">
|
||||
<modulescrud:CreateModulePopup />
|
||||
</DataTemplate>
|
||||
@@ -248,7 +256,6 @@
|
||||
<Setter Property="OverridesDefaultStyle" Value="true" />
|
||||
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
|
||||
<Setter Property="Foreground" Value="White" />
|
||||
<Setter Property="SnapsToDevicePixels" Value="True" />
|
||||
<Setter Property="Cursor" Value="Hand" />
|
||||
<Setter Property="Effect">
|
||||
<Setter.Value>
|
||||
|
||||
Reference in New Issue
Block a user