From 680f61241affbca8d91ab8f45a2eb2c829ca4e90 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sun, 25 Jan 2026 21:59:43 -0500 Subject: [PATCH] Refactor Calendar component to simplify view selection UI This commit removes the Month and Day button group from the Calendar component, streamlining the user interface. The change enhances the overall layout and focuses on the MudCalendar display, improving user experience by reducing visual clutter. This update aligns with the ongoing efforts to refine component interactions and maintain a clean UI. --- WebApp/Components/Features/Calendar/Index.razor | 10 ---------- WebApp/Components/Features/MeetingSchedule/Index.razor | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/WebApp/Components/Features/Calendar/Index.razor b/WebApp/Components/Features/Calendar/Index.razor index 7cfe1bc..e173095 100644 --- a/WebApp/Components/Features/Calendar/Index.razor +++ b/WebApp/Components/Features/Calendar/Index.razor @@ -34,16 +34,6 @@ else { - - - Month - - - Day - - - Save as History + Save to History