year & month calendars
parent
dc83f8e4
No related branches found
No related tags found
Showing
- package-lock.json 11007 additions, 8 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- source/_data/data.json 1 addition, 1 deletionsource/_data/data.json
- source/_patterns/00-atoms/18-calendars/month-calendar.mustache 3 additions, 0 deletions...e/_patterns/00-atoms/18-calendars/month-calendar.mustache
- source/_patterns/00-atoms/18-calendars/year-calendar.mustache 3 additions, 0 deletions...ce/_patterns/00-atoms/18-calendars/year-calendar.mustache
- source/_patterns/00-atoms/18-person-calendars/person-calendar.mustache 0 additions, 4 deletions...rns/00-atoms/18-person-calendars/person-calendar.mustache
- source/_patterns/03-templates/candidate-detail.mustache 1 addition, 1 deletionsource/_patterns/03-templates/candidate-detail.mustache
- source/css/atoms/full-calendar.pcss 0 additions, 0 deletionssource/css/atoms/full-calendar.pcss
- source/css/style.pcss 1 addition, 1 deletionsource/css/style.pcss
- source/js/components/full-calendar/MonthCalendar.vue 0 additions, 0 deletionssource/js/components/full-calendar/MonthCalendar.vue
- source/js/components/full-calendar/YearCalendar.vue 31 additions, 0 deletionssource/js/components/full-calendar/YearCalendar.vue
- source/js/main.js 4 additions, 2 deletionssource/js/main.js
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -6,6 +6,7 @@ |
"@fullcalendar/core": "^6.1.5", | ||
"@fullcalendar/daygrid": "^6.1.5", | ||
"@fullcalendar/interaction": "^6.1.5", | ||
"@fullcalendar/multimonth": "^6.1.6", | ||
"@fullcalendar/vue": "^6.1.5", | ||
"browser-sync": "^2.26.7", | ||
"gulp": "^4.0.2", | ||
... | ... |
File moved
File moved
Please register or sign in to comment