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

@@ -18,6 +18,12 @@
<Compile Update="Controls\ServerModules\ServerModule.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Dashboard\AnalyticsPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Dashboard\SettingsPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Pages\MainDashboardPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
@@ -44,6 +50,12 @@
<Page Update="LoginWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\Dashboard\AnalyticsPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\Dashboard\SettingsPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\Pages\MainDashboardPage.xaml">
<SubType>Designer</SubType>
</Page>