From 9495b34430f2936a2e808b2a0226300a3459c2fb Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:23:22 +0100 Subject: [PATCH] feat: add prev/next navigation buttons and date label to desktop calendar toolbar Closes #59 --- components/calendar/calendar-toolbar.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/components/calendar/calendar-toolbar.tsx b/components/calendar/calendar-toolbar.tsx index 9320dcd2..0319ccc8 100644 --- a/components/calendar/calendar-toolbar.tsx +++ b/components/calendar/calendar-toolbar.tsx @@ -136,6 +136,20 @@ export function CalendarToolbar({ {t("views.today")} + {!isMobile && ( +