From 6c2be0ca71071221d9a490c3b4a1be7a59190b26 Mon Sep 17 00:00:00 2001 From: Julie Date: Mon, 27 Apr 2026 11:44:49 +0200 Subject: [PATCH] home partout et pour tous --- README.md | 2 + ...oundedCardBlocText.vue => RoundedCard.vue} | 6 +- ...rdBlocTextList.vue => RoundedCardList.vue} | 0 app/pages/index.vue | 83 ++++++++++++++----- app/pages/mecenat/mecenes.vue | 8 +- app/pages/orchestre/partenaires.vue | 32 +++---- server/api/__strapi__/[collection].get.js | 1 + 7 files changed, 87 insertions(+), 45 deletions(-) rename app/components/{RoundedCardBlocText.vue => RoundedCard.vue} (96%) rename app/components/{RoundedCardBlocTextList.vue => RoundedCardList.vue} (100%) diff --git a/README.md b/README.md index 66dd184..10dec92 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ https://bo.orchestre-ile.com/api/pro-programmer?locale=fr-FR&populate[bios]=true API Instruments https://bo.orchestre-ile.com/api/parc-instruments?locale=fr-FR&populate=illustration_instrument +https://bo.orchestre-ile.com/api/home-partout-pour-tous?locale=fr-FR&populate[carte]=true&populate[carte][populate]=illustration=true + ### Afficher les données récupérées ou les erreurs dans la console const { items: scolaires, pending, error } = useStrapi( endpoint, diff --git a/app/components/RoundedCardBlocText.vue b/app/components/RoundedCard.vue similarity index 96% rename from app/components/RoundedCardBlocText.vue rename to app/components/RoundedCard.vue index a6359c5..40ab9a5 100644 --- a/app/components/RoundedCardBlocText.vue +++ b/app/components/RoundedCard.vue @@ -17,7 +17,7 @@ {{ title }} - + {{ description }} @@ -47,7 +47,7 @@