diff --git a/public/data/carte-o.json b/public/data/carte-o.json index 6b38838..b7b8d71 100644 --- a/public/data/carte-o.json +++ b/public/data/carte-o.json @@ -1,6 +1,6 @@ { "version": "1.1", - "generatedAt": "2026-05-11T22:29:46.546Z", + "generatedAt": "2026-05-11T22:48:32.388Z", "nodes": [ { "id": "contrat-social-medecine-corps-social", diff --git a/src/components/astro/ColCentre.astro b/src/components/astro/ColCentre.astro index f2ffcea..0ecd835 100644 --- a/src/components/astro/ColCentre.astro +++ b/src/components/astro/ColCentre.astro @@ -104,8 +104,12 @@ import PreviewArticle from '../vue/PreviewArticle.vue'; Pas de border ici - PreviewArticle.vue gere son propre conteneur. shrink-0 pour preserver sa taille auto, sinon flex pourrait l'ecraser. V1.4-E1 : client:load (vs client:visible) pour garantir hydration immediate des listeners - 'preview-open' / 'journal-item-click' (le v-if rendait l'observer aveugle). --> -
+ 'preview-open' / 'journal-item-click' (le v-if rendait l'observer aveugle). + V1.4-bis FIX 3 : le wrapper en display:contents masquait l'astro-island au flex layout. + On passe en flex container explicite (column) + l'astro-island prend display:block. + Quand mode=null, PreviewArticle renvoie rien → le slot ne prend pas de hauteur. + Quand mode=manifeste/article, le slot grandit pour contenir la preview. --> +
@@ -122,6 +126,36 @@ import PreviewArticle from '../vue/PreviewArticle.vue';
+ +