fix: update calendar agenda view to auto-scroll to today's events and ensure today's date is included in the groups

This commit is contained in:
Linus Rath
2026-03-19 19:25:34 +01:00
parent ff56245db8
commit 40cf164df3
3 changed files with 51 additions and 17 deletions
+1
View File
@@ -655,6 +655,7 @@ export const useCalendarStore = create<CalendarStore>()(
return {
...mergedState,
selectedDate: new Date(),
viewMode: getSafeCalendarViewMode(mergedState.viewMode),
};
},