From 0f0e55075b001334134b7cadbac06b262466f287 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 2 Jun 2025 19:05:08 -0400 Subject: added view for multimonth to make it do something. --- src/client/views/nodes/calendarBox/CalendarBox.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/client/views/nodes/calendarBox/CalendarBox.tsx b/src/client/views/nodes/calendarBox/CalendarBox.tsx index 835d58337..26aed72c3 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.tsx +++ b/src/client/views/nodes/calendarBox/CalendarBox.tsx @@ -212,6 +212,12 @@ export class CalendarBox extends CollectionSubView() { } selectable={true} initialView={this.calendarViewType === 'multiMonth' ? undefined : this.calendarViewType} + views={{ + multiMonth: { + type: 'multiMonth', + duration: { months: 12 }, + }, + }} initialDate={untracked(() => this.dateSelect.start)} navLinks={true} editable={false} -- cgit v1.2.3-70-g09d2