From d0ce71397bdf45a19f473af145e189513173d659 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Mon, 26 Jan 2026 21:47:06 -0500 Subject: [PATCH] Update Calendar component to use two-way binding for view and current day properties This commit modifies the Calendar component to implement two-way binding for the View and CurrentDay properties of the MudCalendar. By using `@bind-View` and `@bind-CurrentDay`, the component enhances data synchronization between the UI and underlying state, improving user interaction and responsiveness. This change aligns with ongoing efforts to refine the user experience in the calendar feature. --- WebApp/Components/Features/Calendar/Index.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApp/Components/Features/Calendar/Index.razor b/WebApp/Components/Features/Calendar/Index.razor index 36560d8..f17aafb 100644 --- a/WebApp/Components/Features/Calendar/Index.razor +++ b/WebApp/Components/Features/Calendar/Index.razor @@ -37,8 +37,8 @@