Change all icons to <Path>'s with google material icons; finish navigation bar styling and function

This commit is contained in:
Rene Schwarz
2021-08-10 22:41:27 +02:00
parent 910383775b
commit c86b1bc7c4
72 changed files with 914 additions and 716 deletions

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "89671BCD36227E8CA37EFCBD47B7D56B75748C0B"
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BA652589A766CDFB2D42F74F8B0DDD26A50869F0"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
@@ -10,8 +10,10 @@
//------------------------------------------------------------------------------
using Server_Dashboard;
using Server_Dashboard.Views.Dashboard;
using Server_Dashboard.Views.DashboardPages;
using Server_Dashboard.Views.DashboardPages.ModuleCRUD;
using SharpVectors.Converters;
using System;
using System.Diagnostics;
using System.Windows;
@@ -56,7 +58,7 @@ namespace Server_Dashboard {
}
_contentLoaded = true;
#line 7 "..\..\..\App.xaml"
#line 9 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("LoginWindow.xaml", System.UriKind.Relative);
#line default