diff --git a/src/WorkTime.Mobile/MauiProgram.cs b/src/WorkTime.Mobile/MauiProgram.cs index 285210e..19fe17e 100644 --- a/src/WorkTime.Mobile/MauiProgram.cs +++ b/src/WorkTime.Mobile/MauiProgram.cs @@ -3,6 +3,7 @@ using MauiIcons.Material; using Microsoft.Extensions.Logging; using WorkTime.Database; using WorkTime.Mobile.Pages; +using WorkTime.Mobile.Pages.Components; namespace WorkTime.Mobile; @@ -22,6 +23,7 @@ public static class MauiProgram { builder.Services.AddTransient(); builder.Services.AddTransient(); + builder.Services.AddTransient(); #if DEBUG builder.Logging.AddDebug(); diff --git a/src/WorkTime.Mobile/Pages/CapturePage.xaml b/src/WorkTime.Mobile/Pages/CapturePage.xaml index f22331f..7ccd60d 100644 --- a/src/WorkTime.Mobile/Pages/CapturePage.xaml +++ b/src/WorkTime.Mobile/Pages/CapturePage.xaml @@ -15,23 +15,28 @@ Command="{Binding LoadDateCommand}" /> - + + + + - - + - +