diff --git a/front/components/movieCard/listPerMonth.vue b/front/components/movieCard/listPerMonth.vue new file mode 100644 index 0000000..ba8c617 --- /dev/null +++ b/front/components/movieCard/listPerMonth.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/front/composables/types.ts b/front/composables/types.ts index 76d0ff5..c45d630 100644 --- a/front/composables/types.ts +++ b/front/composables/types.ts @@ -33,3 +33,8 @@ export type ShortFilm = { title: string director?: string } + +export type FilmsByMonth = { + projectionMonth: string + films: Film[] +} diff --git a/front/css/app.sass b/front/css/app.sass index 7949ce1..9c38f8d 100644 --- a/front/css/app.sass +++ b/front/css/app.sass @@ -8,6 +8,7 @@ @import "bulma/sass/components/card" @import "bulma/sass/components/modal" @import "bulma/sass/components/navbar" +@import "bulma/sass/components/tabs" @import "bulma/sass/elements/button" @import "bulma/sass/elements/container" @import "bulma/sass/elements/image" diff --git a/front/pages/calendrier.vue b/front/pages/calendrier.vue new file mode 100644 index 0000000..adc5549 --- /dev/null +++ b/front/pages/calendrier.vue @@ -0,0 +1,46 @@ + + + + +