diff options
author | bobzel <zzzman@gmail.com> | 2025-06-02 19:05:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-02 19:05:08 -0400 |
commit | 0f0e55075b001334134b7cadbac06b262466f287 (patch) | |
tree | da4c21f9820bf4e36c9d9bfcb808dbc41ab26b7a /src | |
parent | 57e1862e58e89a505547d817123c04079854814f (diff) |
added view for multimonth to make it do something.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
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} |