Add a year view to the calendar
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s

Pull in @fullcalendar/multimonth so the deadline calendar can show all
twelve months at once, between the month grid and the year list. Events
render as dots there and the type scales down, so the month tables stay
legible two or three to a row.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 21:17:59 +02:00
parent 4de1553c21
commit 68c33be090
4 changed files with 43 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/list": "^6.1.15"
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/multimonth": "^6.1.21"
}
}