-
- Downloads
Merge branch 'feat/personal-calendars' into 'master'
Update personal calendar styling See merge request !20
No related branches found
No related tags found
Showing
- majak_uistyleguide/templates/patterns/atoms/calendar/calendar.html 3 additions, 0 deletions...tyleguide/templates/patterns/atoms/calendar/calendar.html
- majak_uistyleguide/templates/patterns/atoms/calendar/calendar.yaml 6 additions, 0 deletions...tyleguide/templates/patterns/atoms/calendar/calendar.yaml
- majak_uistyleguide/templates/patterns/templates/people/person.html 14 additions, 4 deletions...tyleguide/templates/patterns/templates/people/person.html
- majak_uistyleguide/templates/patterns/templates/people/person.yaml 2 additions, 1 deletion...tyleguide/templates/patterns/templates/people/person.yaml
- package.json 5 additions, 0 deletionspackage.json
- src/css/atoms/full-calendar.pcss 65 additions, 0 deletionssrc/css/atoms/full-calendar.pcss
- src/css/style.pcss 1 addition, 0 deletionssrc/css/style.pcss
- src/js/components/full_calendar/Calendar.vue 97 additions, 0 deletionssrc/js/components/full_calendar/Calendar.vue
- src/js/main.js 2 additions, 0 deletionssrc/js/main.js
... | @@ -5,8 +5,13 @@ | ... | @@ -5,8 +5,13 @@ |
"prod": "vite build" | "prod": "vite build" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^6.1.5", | |||
"@fullcalendar/daygrid": "^6.1.5", | |||
"@fullcalendar/interaction": "^6.1.5", | |||
"@fullcalendar/vue": "^6.1.5", | |||
"@vitejs/plugin-vue2": "^2.0.0", | "@vitejs/plugin-vue2": "^2.0.0", | ||
"tailwindcss-elevation": "^0.3.4", | "tailwindcss-elevation": "^0.3.4", | ||
"tippy.js": "^6.3.7", | |||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-clickaway": "^2.2.2", | "vue-clickaway": "^2.2.2", | ||
"vue-slick-carousel": "^1.0.6", | "vue-slick-carousel": "^1.0.6", | ||
... | ... |
src/css/atoms/full-calendar.pcss
0 → 100644
src/js/components/full_calendar/Calendar.vue
0 → 100644
Please register or sign in to comment