diff --git a/public/data/carte-o.json b/public/data/carte-o.json index 3aa3196..6b38838 100644 --- a/public/data/carte-o.json +++ b/public/data/carte-o.json @@ -1,6 +1,6 @@ { "version": "1.1", - "generatedAt": "2026-05-11T18:07:36.883Z", + "generatedAt": "2026-05-11T22:29:46.546Z", "nodes": [ { "id": "contrat-social-medecine-corps-social", diff --git a/src/components/astro/ColCentre.astro b/src/components/astro/ColCentre.astro index de8a75f..f2ffcea 100644 --- a/src/components/astro/ColCentre.astro +++ b/src/components/astro/ColCentre.astro @@ -3,6 +3,7 @@ // MILIEU : preview article (V1.2-P) - inseree au clic journal-item-click. // BAS : iframe carte AEP (toujours visible). // V1.3-D : ChatbotV2 retire du DOM (backlog V2). Pour reactivation -> reintroduire le tab + panel. +// V1.4-C : cadre Carte O + bouton toggle desktop + drag fix (window listeners) + preview hydration (client:load) + transitions. import CarteOWrapper from '../vue/CarteOWrapper.vue'; import EmbedDynamique from '../vue/EmbedDynamique.vue'; import PreviewArticle from '../vue/PreviewArticle.vue'; @@ -19,11 +20,13 @@ import PreviewArticle from '../vue/PreviewArticle.vue'; data-preview-open="false" style="height: 100%; overflow-y: hidden;" > - +
Sommaire éditorial d'architecture d'écologie politique - +
+
    +
  • + + publié +
  • +
  • + + à venir +
  • +
  • + + projet +
  • +
+ + +
-
+
@@ -86,16 +102,19 @@ import PreviewArticle from '../vue/PreviewArticle.vue'; + 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). -->
- +
- +
@@ -104,11 +123,14 @@ import PreviewArticle from '../vue/PreviewArticle.vue';
+ + +