#681 day view with sidebar on mobile

This commit is contained in:
lethemanh
2026-04-07 15:07:44 +07:00
parent aa96a39b28
commit 4bb4ec64ad
17 changed files with 362 additions and 298 deletions
@@ -72,8 +72,6 @@ export default function CalendarLayout(): JSX.Element {
if (!calendarRef.current) return
dispatch(setView('calendar'))
calendarRef.current.changeView(view)
// Notify parent about view change
setCurrentView(view)