From 107093f7bbf61f0106f76462c567af4cf4286384 Mon Sep 17 00:00:00 2001 From: Julie Date: Wed, 20 May 2026 00:45:23 +0200 Subject: [PATCH] dev --- README.md | 4 +- app/components/Breadcrumb.vue | 6 +- app/components/Footer.vue | 1 + app/pages/index.vue | 58 +- app/pages/mecenat/projets.vue | 2 +- app/pages/mediation/chantons.vue | 2 +- .../mediation/partenariat-grandes-ecoles.vue | 2 +- app/pages/mediation/petite-enfance.vue | 2 +- app/pages/mediation/scolaires.vue | 2 +- app/pages/mediation/social.vue | 2 +- app/pages/orchestre/actus copie.vue | 182 ++++++ app/pages/orchestre/actus.vue | 614 ++++++++++++++++++ app/pages/professionnels/parc.vue | 4 +- .../professionnels/programmer-orchestre.vue | 4 +- design-system/tokens/_colors.scss | 2 + server/api/__strapi__/[collection].get.js | 1 + 16 files changed, 866 insertions(+), 22 deletions(-) create mode 100644 app/pages/orchestre/actus copie.vue create mode 100644 app/pages/orchestre/actus.vue diff --git a/README.md b/README.md index 4dc6a01..b690efb 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,10 @@ https://bo.orchestre-ile.com/api/home-partout-pour-tous?locale=fr-FR&populate[ca https://bo.orchestre-ile.com/api/home-tous-orchestre?locale=fr-FR&populate[carte][populate][illustration]=true -/api/home-partout-pour-tous?locale=fr-FR&populate[carte][populate][illustration]=true +https://bo.orchestre-ile.com/api/home-tous-orchestre?locale=fr-FR&populate[carte][populate][illustration]=true +https://bo.orchestre-ile.com/api/actualites?populate[image_illustration_actu]=true&populate[images_actu]=true&populate[liens_youtube_actu]=true +?populate[saison_concert]=true&populate[genre_concert]=true&populate[type_audience_concert]=true&populate[direction_ondif_concert][populate]=postes_artiste_ondif&populate[direction_invite_concert][populate]=postes_artiste_invite&populate[artistes_ondif_concert][populate]=postes_artiste_ondif&populate[artistes_invite_concert][populate]=postes_artiste_invite&populate[image_illustration_concert]=true&populate[images_concert]=true&populate[videos_concert]=true&populate[audios_concert]=true&populate[programme_concert]=true&populate[representation_concert][populate]=lieu_representation&populate[liens_youtube_concert]=true j'ai créé le endpoint home-tous-orchestre strapi pour saisir le contenu de cards. Donc peux-tu le remplacer par ce contenu strapi ? diff --git a/app/components/Breadcrumb.vue b/app/components/Breadcrumb.vue index 4d5a76f..3a8d0cf 100644 --- a/app/components/Breadcrumb.vue +++ b/app/components/Breadcrumb.vue @@ -31,7 +31,8 @@ orchestre: "L'Orchestre", mediation: "Médiation", mecenat: "Mécénat", - professionnels: "Professionnels" + professionnels: "Professionnels", + actus: "Actualités" } function resolveTo(part, index, parts, acc) { @@ -101,6 +102,9 @@ if (from === 'artistesinvitees') { crumbs.push({ to: '/orchestre/artistesinvitees', label: 'Les artistes invités' }) } + if (from === 'actus') { + crumbs.push({ to: '/orchestre/actus', label: 'Actualités' }) + } } } }) diff --git a/app/components/Footer.vue b/app/components/Footer.vue index a958be1..4814cea 100644 --- a/app/components/Footer.vue +++ b/app/components/Footer.vue @@ -8,6 +8,7 @@