Start on new first view for mobile

Allows user to start new report or load an existing report. Currently showing some dummy data; UI is not finished at this point. Still need to get settings for this saving/loading/etc.

May or may not provide option to use this on desktop...would certainly make the software more self-contained...
This commit is contained in:
2026-03-24 21:44:45 +09:00
parent fcee3b09e6
commit fa82407915
7 changed files with 178 additions and 2 deletions
+3
View File
@@ -109,6 +109,9 @@
<DataTemplate DataType="{x:Type viewModels:SettingsViewModel}">
<views:SettingsView/>
</DataTemplate>
<DataTemplate DataType="{x:Type viewModels:StartNewChooseReportViewModel}">
<views:StartNewChooseReport/>
</DataTemplate>
</Application.DataTemplates>
<Application.Resources>
<ResourceDictionary>