feat: add isMobile prop to calendar views and time grid interactions

This commit is contained in:
Linus Rath
2026-04-22 20:37:00 +02:00
parent 468851ff25
commit 4b069808d6
3 changed files with 6 additions and 1 deletions
@@ -119,6 +119,7 @@ export function CalendarDayView({
created: t("notifications.event_created"),
error: t("notifications.event_error"),
},
isMobile,
});
const formatHour = (h: number): string => {
@@ -183,6 +183,7 @@ export function CalendarWeekView({
created: t("notifications.event_created"),
error: t("notifications.event_error"),
},
isMobile,
});
const formatHour = (h: number): string => {