15 Commits

Author SHA1 Message Date
Jules Neny
e012d11bee feat(v13-f): palette desopacifiee pills + toggle cols laterales + footer gap-6 + manifeste CTA bord rouge 2026-05-11 20:14:28 +02:00
Jules Neny
8703d056d9 merge(v13-e): manifeste UX preview centrale + page /manifeste preserve 2026-05-11 20:09:07 +02:00
Jules Neny
b4f6d63f33 feat(v13-e): manifeste UX preview centrale (racine) + page /manifeste preserve standalone 2026-05-11 20:08:20 +02:00
Jules Neny
8e7125b426 merge(v13-d): Carte O Option B rectangle central + bandeau sommaire + legende + TMIP 2026-05-11 20:01:34 +02:00
Jules Neny
6b9f6bf751 merge(v13-c): header 1-line cliquables + phrase intention Roboto Condensed 2026-05-11 20:01:33 +02:00
Jules Neny
372cb62229 merge(v13-bg): layout 1 ecran fixe + Pro/LinkedIn + hamburger desktop hide 2026-05-11 20:01:33 +02:00
Jules Neny
8f8b0c5f4c feat(v13-d): Carte O Option B rectangle central + bandeau sommaire + legende + TMIP relie
- YAML carte-o-source : label central -> 'Une medecine du corps social pour
  ecrire un nouveau contrat social' (phrase pleine 3 lignes)
- YAML : projet TMIP gagne lien_central:true (edge explicite centre <-> projet)
- build-carte-o.js : addEdge accepte opts.central=true pour tagger les edges
  rattachees au noeud central (permet tuning force-link cote Vue)
- carte-o.json regenere : 17 nodes, 20 edges (vs 19 V1.2-O), tous les edges
  central->thematiques + central->tmip portent flag central:true
- CarteO.vue : noeud central rendu en RECT 300x64 fill encre (vs cercle r30),
  label blanc multi-tspan 3 lignes 13px font-weight 500 line-height 1.35
- CarteO.vue : splitCentralLabel reecrit pour wrap intelligent (3 lignes
  ~30 chars), preserve compat ' + ' (V1.2)
- CarteO.vue : force tuning V1.3 -> alphaDecay 0.025, velocityDecay 0.4,
  forceCollide +12 (CENTRAL_COLLIDE_RADIUS=160 pour le rect), forceX/Y
  strength 0.05 rappel cadre, link distance/strength differencies
  (central->projet = 90/0.6, central->essai = 200/0.3)
- CarteO.vue : hover handler selector etendu rect|circle
- CarteOWrapper.vue : CarteEdge gagne champ central?:boolean
- ColCentre.astro : tabs Chatbot retires (ChatbotV2 import retire aussi),
  remplaces par header bandeau 'Sommaire editorial d'architecture
  d'ecologie politique' (gauche, monospace 12px) + legende 3 symboles
  (publie ● / a venir ○ / projet 🟠) en droite

Build SSR : 5 pages prerender, 0 warning, 4.35s.
2026-05-11 20:00:30 +02:00
Jules Neny
aa410ce7aa feat(v13-bg): layout 1 ecran fixe + hamburger desktop hide + categorie Pro 2026-05-11 20:00:16 +02:00
Jules Neny
e90a7e12ef feat(v13-c): header 1-line cliquables + phrase intention Roboto Condensed 2026-05-11 19:58:07 +02:00
Jules Neny
e43ec60ecf merge(v13-p0): iframe AEP skeleton timeout fallback fix loading stuck 2026-05-11 19:53:54 +02:00
Jules Neny
1033099663 fix(v13-p0): iframe AEP skeleton timeout fallback (resolves loading stuck)
Le @load event ne fire pas (ou tardivement) sur l'iframe AEP enfermee
dans un wrapper avec transform scale(0.42) + viewport simulee 1440px.
Resultat : skeleton 'Chargement de la carte AEP...' reste affiche
indefiniment, masquant l'iframe meme si elle se charge.

Fix :
- setTimeout 2.5s dans onMounted qui force revealIframe() inconditionnellement
- onIframeLoad clear le timer si l'event fire dans les temps (cas nominal)
- retrait du z-10 sur le skeleton (defense en profondeur : si bug residuel,
  l'iframe sera quand meme visible derriere)
- factorisation revealIframe() partagee entre @load et fallback
- cleanup du timer dans onUnmounted

Build SSR : 5 pages, 0 warning, ~4s.
Tests browser manuels a faire par Jules pour confirmer disparition skeleton.
2026-05-11 19:52:57 +02:00
Jules Neny
9bb55bc311 merge(v12-p): preview article 3 zones + colonnes scrollables indep 2026-05-11 18:52:59 +02:00
Jules Neny
7ec0efdeb5 merge(v12-o): Carte O logos Brandfetch overlay (zoom>1.5x) 2026-05-11 18:52:58 +02:00
Jules Neny
12a2d40371 feat(v12-p): preview article 3 zones + colonnes scrollables indep
- PreviewArticle.vue : nouveau composant qui ecoute journal-item-click et s'insere entre Carte O et iframe AEP
- EmbedDynamique.vue : retire le swap article (iframe AEP toujours visible en bas)
- ColCentre.astro : passe en flex-col, preview ouverte = Carte O 33vh + Preview auto + iframe 67vh, overflow-y-auto sur le container
- Bouton 'Retour a la carte' emet preview-close -> grid revient 1/3 + 2/3
- Scroll independant : Journal (gauche), Centre (preview), Insta (droite)
- Drag-resize desactive quand preview ouverte (anti-collision)
2026-05-11 18:52:11 +02:00
Jules Neny
a1d6271b65 feat(v12-o): Carte O logos plateforme via Brandfetch CDN (visible zoom>1.5x)
Champ optionnel domain dans YAML carte-o-source : propage vers JSON et
permet d'afficher un logo plateforme en bas-droite de chaque node (cercle
blanc 18px + image clippee circulaire 14px) quand le zoom depasse 1.5x.

V1.2-O par defaut : substack.com sur les 15 thematiques essais. Centre +
projet TMIP gardent leur fill brut (encre / ocre). Toggle visibilite via
callback zoom (opacity 0/1 sur .logo-overlay).

A flagger : CDN Brandfetch retourne 403 en curl server-side avec le client
ID fourni. A revalider en browser (origin trans-former.fr) — le CDN peut
exiger un Origin header autorise. Si bloque, fallback prevu en V1.3
(proxy local ou logos packages dans /public/logos/).

Files:
- public/data/carte-o-source.yaml : +15 champs domain
- scripts/build-carte-o.js : propagation domain -> JSON
- src/components/vue/CarteO.vue : CarteNode.domain + logoUrl helper
  + logo-overlay (circle + image clip-path) + toggle visibilite zoom
- public/data/carte-o.json : regenere (15/17 nodes ont domain)
2026-05-11 18:48:15 +02:00
21 changed files with 1044 additions and 400 deletions

10
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": { "dependencies": {
"@astrojs/node": "^10.1.0", "@astrojs/node": "^10.1.0",
"@astrojs/vue": "^6.0.1", "@astrojs/vue": "^6.0.1",
"@fontsource-variable/roboto-condensed": "^5.2.8",
"@tailwindcss/vite": "^4.2.4", "@tailwindcss/vite": "^4.2.4",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"astro": "^6.3.1", "astro": "^6.3.1",
@@ -1064,6 +1065,15 @@
"node": ">=18" "node": ">=18"
} }
}, },
"node_modules/@fontsource-variable/roboto-condensed": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@fontsource-variable/roboto-condensed/-/roboto-condensed-5.2.8.tgz",
"integrity": "sha512-aIZ2kYSoJHkTI4z8x/PRgKX6Zb9TTtSE/u+fUYeiwL+5trP9rhYYEEeNjRttaMqRgoDHcSueArdRZ43wf/i2Kw==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@img/colour": { "node_modules/@img/colour": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",

View File

@@ -17,6 +17,7 @@
"dependencies": { "dependencies": {
"@astrojs/node": "^10.1.0", "@astrojs/node": "^10.1.0",
"@astrojs/vue": "^6.0.1", "@astrojs/vue": "^6.0.1",
"@fontsource-variable/roboto-condensed": "^5.2.8",
"@tailwindcss/vite": "^4.2.4", "@tailwindcss/vite": "^4.2.4",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"astro": "^6.3.1", "astro": "^6.3.1",

View File

@@ -4,12 +4,15 @@
# statut: gestation (draft/en cours) | edite (publie) # statut: gestation (draft/en cours) | edite (publie)
# nature: essai (texte politique) | projet (projet archi) # nature: essai (texte politique) | projet (projet archi)
# niveau: 0 (centre) | 1 (concepts force) | 2 (thematiques/projets) # niveau: 0 (centre) | 1 (concepts force) | 2 (thematiques/projets)
# domain (optionnel) : domaine plateforme source pour logo Brandfetch CDN
# - affiche logo en bas-droite du node si zoom > 1.5x
# - V1.2 par defaut : substack.com pour tous les essais AEP
version: "1.1" version: "1.1"
centre: centre:
id: "contrat-social-medecine-corps-social" id: "contrat-social-medecine-corps-social"
label: "Contrat social + Medecine du corps social" label: "Une medecine du corps social pour ecrire un nouveau contrat social"
niveau: 0 niveau: 0
nature: essai nature: essai
statut: gestation statut: gestation
@@ -23,76 +26,91 @@ thematiques:
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "pratiques-collectives" - id: "pratiques-collectives"
label: "Pratiques collectives" label: "Pratiques collectives"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "art-narration" - id: "art-narration"
label: "Art & narration" label: "Art & narration"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "pouvoir-domination" - id: "pouvoir-domination"
label: "Rapport au pouvoir" label: "Rapport au pouvoir"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "medias-critique" - id: "medias-critique"
label: "Medias & pensee critique" label: "Medias & pensee critique"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "justice-securite" - id: "justice-securite"
label: "Justice & securite" label: "Justice & securite"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "sante-globale" - id: "sante-globale"
label: "Sante globale" label: "Sante globale"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "agriculture" - id: "agriculture"
label: "Agriculture" label: "Agriculture"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "post-croissance" - id: "post-croissance"
label: "Post-croissance" label: "Post-croissance"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "anthropocene" - id: "anthropocene"
label: "Anthropocene & effondrement" label: "Anthropocene & effondrement"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "education" - id: "education"
label: "Education a la transformation" label: "Education a la transformation"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "urbanisme" - id: "urbanisme"
label: "Urbanisme" label: "Urbanisme"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "geopolitique" - id: "geopolitique"
label: "Geopolitique & decolonisation" label: "Geopolitique & decolonisation"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "ia-technologie" - id: "ia-technologie"
label: "IA & technologie" label: "IA & technologie"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
- id: "spiritualite" - id: "spiritualite"
label: "Spiritualite" label: "Spiritualite"
niveau: 2 niveau: 2
nature: essai nature: essai
statut: gestation statut: gestation
domain: "substack.com"
projets: projets:
- id: "tmip" - id: "tmip"
@@ -101,6 +119,8 @@ projets:
nature: projet nature: projet
statut: gestation statut: gestation
resume: "Transport, mobilite, industrie, politique - projet archi. Exemple de projet archi relie aux thematiques AEP." resume: "Transport, mobilite, industrie, politique - projet archi. Exemple de projet archi relie aux thematiques AEP."
# V1.3-D : lien explicite au noeud central (pont vision <-> pratique)
lien_central: true
liens_thematiques: liens_thematiques:
- "urbanisme" - "urbanisme"
- "justice-securite" - "justice-securite"

View File

@@ -1,10 +1,10 @@
{ {
"version": "1.1", "version": "1.1",
"generatedAt": "2026-05-11T16:41:21.600Z", "generatedAt": "2026-05-11T18:07:36.883Z",
"nodes": [ "nodes": [
{ {
"id": "contrat-social-medecine-corps-social", "id": "contrat-social-medecine-corps-social",
"label": "Contrat social + Medecine du corps social", "label": "Une medecine du corps social pour ecrire un nouveau contrat social",
"niveau": 0, "niveau": 0,
"nature": "essai", "nature": "essai",
"statut": "gestation", "statut": "gestation",
@@ -20,7 +20,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "pratiques-collectives", "id": "pratiques-collectives",
@@ -30,7 +31,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "art-narration", "id": "art-narration",
@@ -40,7 +42,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "pouvoir-domination", "id": "pouvoir-domination",
@@ -50,7 +53,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "medias-critique", "id": "medias-critique",
@@ -60,7 +64,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "justice-securite", "id": "justice-securite",
@@ -70,7 +75,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "sante-globale", "id": "sante-globale",
@@ -80,7 +86,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "agriculture", "id": "agriculture",
@@ -90,7 +97,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "post-croissance", "id": "post-croissance",
@@ -100,7 +108,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "anthropocene", "id": "anthropocene",
@@ -110,7 +119,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "education", "id": "education",
@@ -120,7 +130,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "urbanisme", "id": "urbanisme",
@@ -130,7 +141,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "geopolitique", "id": "geopolitique",
@@ -140,7 +152,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "ia-technologie", "id": "ia-technologie",
@@ -150,7 +163,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "spiritualite", "id": "spiritualite",
@@ -160,7 +174,8 @@
"statut": "gestation", "statut": "gestation",
"resume": null, "resume": null,
"radius": 12, "radius": 12,
"family": "concept" "family": "concept",
"domain": "substack.com"
}, },
{ {
"id": "tmip", "id": "tmip",
@@ -176,63 +191,83 @@
"edges": [ "edges": [
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "systemique" "target": "systemique",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "pratiques-collectives" "target": "pratiques-collectives",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "art-narration" "target": "art-narration",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "pouvoir-domination" "target": "pouvoir-domination",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "medias-critique" "target": "medias-critique",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "justice-securite" "target": "justice-securite",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "sante-globale" "target": "sante-globale",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "agriculture" "target": "agriculture",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "post-croissance" "target": "post-croissance",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "anthropocene" "target": "anthropocene",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "education" "target": "education",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "urbanisme" "target": "urbanisme",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "geopolitique" "target": "geopolitique",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "ia-technologie" "target": "ia-technologie",
"central": true
}, },
{ {
"source": "contrat-social-medecine-corps-social", "source": "contrat-social-medecine-corps-social",
"target": "spiritualite" "target": "spiritualite",
"central": true
},
{
"source": "contrat-social-medecine-corps-social",
"target": "tmip",
"central": true
}, },
{ {
"source": "tmip", "source": "tmip",

View File

@@ -35,15 +35,19 @@ async function main() {
const edges = [] const edges = []
const edgeSet = new Set() const edgeSet = new Set()
function addEdge(source, target) { function addEdge(source, target, opts = {}) {
const key = source < target ? `${source}|${target}` : `${target}|${source}` const key = source < target ? `${source}|${target}` : `${target}|${source}`
if (edgeSet.has(key)) return if (edgeSet.has(key)) return
edgeSet.add(key) edgeSet.add(key)
edges.push({ source, target }) const edge = { source, target }
// V1.3-D : tag les edges au noeud central pour permettre tuning force-link
// (TMIP relie au centre = link court/fort, autres essais = link standard)
if (opts.central) edge.central = true
edges.push(edge)
} }
function addNode(obj) { function addNode(obj) {
nodes.push({ const node = {
id: obj.id, id: obj.id,
label: obj.label, label: obj.label,
niveau: obj.niveau, niveau: obj.niveau,
@@ -52,7 +56,10 @@ async function main() {
resume: obj.resume || null, resume: obj.resume || null,
radius: getRadius(obj.niveau, obj.nature), radius: getRadius(obj.niveau, obj.nature),
family: getFamily(obj.nature), family: getFamily(obj.nature),
}) }
// V1.2-O : propage le champ optionnel domain (logo plateforme via Brandfetch CDN)
if (obj.domain) node.domain = obj.domain
nodes.push(node)
} }
const centreId = data.centre.id const centreId = data.centre.id
@@ -67,11 +74,15 @@ async function main() {
// toutes les thematiques rattachees directement au noeud central // toutes les thematiques rattachees directement au noeud central
for (const th of data.thematiques) { for (const th of data.thematiques) {
addNode(th) addNode(th)
addEdge(centreId, th.id) addEdge(centreId, th.id, { central: true })
} }
for (const proj of data.projets) { for (const proj of data.projets) {
addNode(proj) addNode(proj)
// V1.3-D : edge explicite projet -> central (pont vision <-> pratique)
if (proj.lien_central) {
addEdge(centreId, proj.id, { central: true })
}
for (const thId of (proj.liens_thematiques || [])) { for (const thId of (proj.liens_thematiques || [])) {
addEdge(proj.id, thId) addEdge(proj.id, thId)
} }

View File

@@ -1,64 +1,74 @@
--- ---
// Centre - HAUT : tabs (Carte O mindmap | Chatbot RAG branche PC7). // Centre - HAUT : Carte O mindmap (V1.3-D : onglet Chatbot retire, bandeau "Sommaire editorial" + legende).
// BAS : iframe carte AEP + scroll articles Substack (PC4). // 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.
import CarteOWrapper from '../vue/CarteOWrapper.vue'; import CarteOWrapper from '../vue/CarteOWrapper.vue';
import ChatbotV2 from '../vue/ChatbotV2.vue';
import EmbedDynamique from '../vue/EmbedDynamique.vue'; import EmbedDynamique from '../vue/EmbedDynamique.vue';
import PreviewArticle from '../vue/PreviewArticle.vue';
--- ---
<div id="col-centre-grid" class="h-full grid gap-2 p-2" style="grid-template-rows: 1fr 2fr;"> <!--
<!-- HAUT 50% : tabs Carte O / Chatbot --> V1.2-P : Col centre = flex column container.
<section id="col-centre-haut" class="border border-neutral-200 rounded flex flex-col overflow-hidden bg-white" style="min-height: 0;"> - Default : Carte O (1/3) + iframe AEP (2/3), pas de scroll vertical (h-full).
<nav role="tablist" aria-label="Vues centrales" class="flex border-b border-neutral-200 px-1 pt-1"> - Preview ouverte : Carte O (33vh fixe) + Preview (auto) + iframe AEP (67vh fixe), overflow-y-auto.
<button Flex-basis dynamique pilote via JS.
type="button" -->
role="tab" <div
id="tab-mindmap" id="col-centre-grid"
aria-controls="panel-mindmap" class="flex flex-col gap-2 p-2"
aria-selected="true" data-preview-open="false"
data-tab="mindmap" style="height: 100%; overflow-y: hidden;"
class="tab-btn px-3 py-2 text-sm border-b-2 border-neutral-900 font-medium text-neutral-900" >
> <!-- HAUT (default flex-1 base 33%) : V1.3-D bandeau "Sommaire editorial" + legende + Carte O plein espace -->
Carte O <section
</button> id="col-centre-haut"
<button class="border border-neutral-200 rounded flex flex-col overflow-hidden bg-white"
type="button" style="min-height: 0; flex: 1 1 33%;"
role="tab" >
id="tab-chatbot" <!-- V1.3-D : bandeau header (titre gauche + legende droite) -->
aria-controls="panel-chatbot" <header
aria-selected="false" class="flex items-center justify-between gap-3 px-3 py-2 border-b border-neutral-200 shrink-0"
data-tab="chatbot" style="font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;"
class="tab-btn px-3 py-2 text-sm border-b-2 border-transparent text-neutral-500 hover:text-neutral-900" >
> <span class="text-xs truncate" style="color: #475569;">
Chatbot Sommaire éditorial d'architecture d'écologie politique
</button> </span>
</nav> <ul class="flex items-center gap-3 shrink-0 text-xs" style="color: #475569;" aria-label="Légende">
<li class="flex items-center gap-1.5">
<span
aria-hidden="true"
style="width: 8px; height: 8px; border-radius: 999px; background: #0F172A; display: inline-block;"
></span>
<span>publié</span>
</li>
<li class="flex items-center gap-1.5">
<span
aria-hidden="true"
style="width: 8px; height: 8px; border-radius: 999px; background: transparent; border: 1px solid #0F172A; display: inline-block;"
></span>
<span>à venir</span>
</li>
<li class="flex items-center gap-1.5">
<span
aria-hidden="true"
style="width: 8px; height: 8px; border-radius: 999px; background: #B45309; display: inline-block;"
></span>
<span>projet</span>
</li>
</ul>
</header>
<div class="flex-1 overflow-hidden relative"> <div class="flex-1 overflow-hidden relative">
<div <div id="panel-mindmap" class="absolute inset-0">
id="panel-mindmap"
role="tabpanel"
aria-labelledby="tab-mindmap"
data-tab-panel="mindmap"
class="absolute inset-0"
>
<CarteOWrapper client:visible /> <CarteOWrapper client:visible />
</div> </div>
<div
id="panel-chatbot"
role="tabpanel"
aria-labelledby="tab-chatbot"
data-tab-panel="chatbot"
class="absolute inset-0 hidden"
>
<ChatbotV2 client:visible />
</div>
</div> </div>
</section> </section>
<!-- Drag handle desktop - redimensionnement vertical md+ --> <!-- Drag handle desktop - redimensionnement vertical md+ -->
<div <div
id="col-centre-drag-handle" id="col-centre-drag-handle"
class="hidden md:flex items-center justify-center h-2 cursor-row-resize hover:bg-neutral-200 transition-colors w-full -mt-1 -mb-1" class="hidden md:flex items-center justify-center h-2 cursor-row-resize hover:bg-neutral-200 transition-colors w-full -mt-1 -mb-1 shrink-0"
aria-hidden="true" aria-hidden="true"
> >
<span class="block w-10 h-0.5 bg-neutral-300 rounded-full"></span> <span class="block w-10 h-0.5 bg-neutral-300 rounded-full"></span>
@@ -69,13 +79,24 @@ import EmbedDynamique from '../vue/EmbedDynamique.vue';
id="col-centre-poignee" id="col-centre-poignee"
type="button" type="button"
aria-label="Replier ou deployer la Carte O" aria-label="Replier ou deployer la Carte O"
class="md:hidden flex items-center justify-center h-6 bg-neutral-100 border-y border-neutral-200 cursor-pointer w-full -mt-2 -mb-2 hover:bg-neutral-200 transition-colors" class="md:hidden flex items-center justify-center h-6 bg-neutral-100 border-y border-neutral-200 cursor-pointer w-full -mt-2 -mb-2 hover:bg-neutral-200 transition-colors shrink-0"
> >
<span class="block w-8 h-0.5 bg-neutral-400 rounded-full"></span> <span class="block w-8 h-0.5 bg-neutral-400 rounded-full"></span>
</button> </button>
<!-- BAS 50% : embed dynamique (carte AEP default, article journal au click) --> <!-- MILIEU (V1.2-P) : preview article inseree entre Carte O et iframe AEP.
<section class="border border-neutral-200 rounded overflow-hidden bg-white" style="min-height: 0;"> Pas de border ici - PreviewArticle.vue gere son propre conteneur.
shrink-0 pour preserver sa taille auto, sinon flex pourrait l'ecraser. -->
<div id="col-centre-preview-slot" class="shrink-0" style="display: contents;">
<PreviewArticle client:visible />
</div>
<!-- BAS (default flex-1 base 67%) : iframe carte AEP toujours visible -->
<section
id="col-centre-bas"
class="border border-neutral-200 rounded overflow-hidden bg-white"
style="min-height: 0; flex: 1 1 67%;"
>
<div class="h-full min-h-[60vh] md:min-h-[400px]"> <div class="h-full min-h-[60vh] md:min-h-[400px]">
<EmbedDynamique client:visible /> <EmbedDynamique client:visible />
</div> </div>
@@ -83,29 +104,32 @@ import EmbedDynamique from '../vue/EmbedDynamique.vue';
</div> </div>
<script> <script>
// Poignee repli zone HAUT (mobile only, D.3) // Poignee repli zone HAUT (mobile only)
const grid = document.getElementById('col-centre-grid'); const grid = document.getElementById('col-centre-grid');
const haut = document.getElementById('col-centre-haut'); const haut = document.getElementById('col-centre-haut');
const bas = document.getElementById('col-centre-bas');
const poignee = document.getElementById('col-centre-poignee'); const poignee = document.getElementById('col-centre-poignee');
// Sauvegarde flex-basis defaults pour restaure apres fermeture preview
let defaultHautFlex = '1 1 33%';
let defaultBasFlex = '1 1 67%';
const applyRepliState = (replie: boolean) => { const applyRepliState = (replie: boolean) => {
if (!grid || !haut) return; if (!grid || !haut) return;
if (grid.dataset.previewOpen === 'true') return; // skip si preview ouverte
if (replie) { if (replie) {
grid.classList.remove('grid-rows-2'); haut.style.flex = '0 0 0%';
grid.style.gridTemplateRows = '0fr 1fr';
haut.style.overflow = 'hidden'; haut.style.overflow = 'hidden';
haut.style.minHeight = '0'; haut.style.minHeight = '0';
poignee?.setAttribute('aria-label', 'Deployer la Carte O'); poignee?.setAttribute('aria-label', 'Deployer la Carte O');
} else { } else {
grid.classList.remove('grid-rows-2'); haut.style.flex = defaultHautFlex;
grid.style.gridTemplateRows = '1fr 2fr';
haut.style.overflow = ''; haut.style.overflow = '';
haut.style.minHeight = ''; haut.style.minHeight = '0';
poignee?.setAttribute('aria-label', 'Replier la Carte O'); poignee?.setAttribute('aria-label', 'Replier la Carte O');
} }
}; };
// Etat initial depuis sessionStorage
const savedRepli = sessionStorage.getItem('tf-haut-replie'); const savedRepli = sessionStorage.getItem('tf-haut-replie');
applyRepliState(savedRepli === 'true'); applyRepliState(savedRepli === 'true');
@@ -116,53 +140,82 @@ import EmbedDynamique from '../vue/EmbedDynamique.vue';
applyRepliState(next); applyRepliState(next);
}); });
// Drag-resize desktop (>=768px) // V1.2-P : preview ouverte = container scrollable, Carte O et iframe AEP figes en vh.
const dragHandle = document.getElementById('col-centre-drag-handle'); const applyPreviewState = (open: boolean) => {
const gridEl = document.getElementById('col-centre-grid'); if (!grid || !haut || !bas) return;
grid.dataset.previewOpen = String(open);
if (open) {
// Memorise les flex actuels avant override (au cas ou l'user a drag-resize)
const curHautFlex = haut.style.flex;
const curBasFlex = bas.style.flex;
if (curHautFlex && !curHautFlex.startsWith('0 0')) defaultHautFlex = curHautFlex;
if (curBasFlex) defaultBasFlex = curBasFlex;
if (dragHandle && gridEl) { // Figer hauteurs : Carte O 33vh, iframe AEP 67vh - on perd le flex
haut.style.flex = '0 0 33vh';
bas.style.flex = '0 0 67vh';
// Le container reste a 100% du parent (overflow-hidden de <main>),
// mais on active le scroll interne pour passer Carte O -> Preview -> iframe AEP.
grid.style.height = '100%';
grid.style.minHeight = '';
grid.style.overflowY = 'auto';
} else {
haut.style.flex = defaultHautFlex;
bas.style.flex = defaultBasFlex;
grid.style.height = '100%';
grid.style.minHeight = '';
grid.style.overflowY = 'hidden';
}
};
// V1.2-P : ouverture preview article via journal-item-click
// V1.3-E : ouverture preview unifiee via preview-open (article OU manifeste)
const openPreview = () => {
applyPreviewState(true);
// Scroll vers la preview apres mount
requestAnimationFrame(() => {
const preview = document.querySelector('.preview-article');
if (preview && grid) {
const previewTop = (preview as HTMLElement).offsetTop;
grid.scrollTo({ top: Math.max(0, previewTop - 8), behavior: 'smooth' });
}
});
};
window.addEventListener('journal-item-click', openPreview);
window.addEventListener('preview-open', openPreview);
window.addEventListener('preview-close', () => {
applyPreviewState(false);
});
// Drag-resize desktop (>=768px) - desactive quand preview ouverte
const dragHandle = document.getElementById('col-centre-drag-handle');
if (dragHandle && grid && haut && bas) {
let isDragging = false; let isDragging = false;
let startY = 0; let startY = 0;
let startTop = 0; let startHautH = 0;
let containerH = 0;
const getGridHeight = () => gridEl.getBoundingClientRect().height;
const getHautPercent = (): number => {
const rows = gridEl.style.gridTemplateRows;
if (rows && rows.includes('fr')) {
const parts = rows.split(' ');
if (parts.length >= 2) {
const top = parseFloat(parts[0]) || 1;
const bot = parseFloat(parts[parts.length - 1]) || 1;
return (top / (top + bot)) * 100;
}
}
if (rows && rows.includes('%')) {
const parts = rows.split(' ');
return parseFloat(parts[0]) || 50;
}
return 33.33;
};
dragHandle.addEventListener('mousedown', (e: MouseEvent) => { dragHandle.addEventListener('mousedown', (e: MouseEvent) => {
if (grid.dataset.previewOpen === 'true') return;
if (sessionStorage.getItem('tf-haut-replie') === 'true') return; if (sessionStorage.getItem('tf-haut-replie') === 'true') return;
isDragging = true; isDragging = true;
startY = e.clientY; startY = e.clientY;
startTop = (getHautPercent() / 100) * getGridHeight(); startHautH = haut.getBoundingClientRect().height;
containerH = grid.getBoundingClientRect().height;
document.body.style.cursor = 'row-resize'; document.body.style.cursor = 'row-resize';
document.body.style.userSelect = 'none'; document.body.style.userSelect = 'none';
e.preventDefault(); e.preventDefault();
}); });
document.addEventListener('mousemove', (e: MouseEvent) => { document.addEventListener('mousemove', (e: MouseEvent) => {
if (!isDragging || !gridEl) return; if (!isDragging) return;
const delta = e.clientY - startY; const delta = e.clientY - startY;
const totalH = getGridHeight(); const newHautH = Math.min(Math.max(startHautH + delta, containerH * 0.2), containerH * 0.8);
const newTop = Math.min(Math.max(startTop + delta, totalH * 0.2), totalH * 0.8); const hautPct = (newHautH / containerH) * 100;
const topPct = (newTop / totalH) * 100; const basPct = 100 - hautPct;
const botPct = 100 - topPct; haut.style.flex = `1 1 ${hautPct.toFixed(1)}%`;
gridEl.style.gridTemplateRows = `${topPct.toFixed(1)}% ${botPct.toFixed(1)}%`; bas.style.flex = `1 1 ${basPct.toFixed(1)}%`;
gridEl.classList.remove('grid-rows-2');
}); });
document.addEventListener('mouseup', () => { document.addEventListener('mouseup', () => {
@@ -170,48 +223,39 @@ import EmbedDynamique from '../vue/EmbedDynamique.vue';
isDragging = false; isDragging = false;
document.body.style.cursor = ''; document.body.style.cursor = '';
document.body.style.userSelect = ''; document.body.style.userSelect = '';
const rows = gridEl.style.gridTemplateRows; const hf = haut.style.flex;
if (rows) sessionStorage.setItem('tf-centre-rows', rows); const bf = bas.style.flex;
if (hf) {
sessionStorage.setItem('tf-centre-haut-flex', hf);
defaultHautFlex = hf;
}
if (bf) {
sessionStorage.setItem('tf-centre-bas-flex', bf);
defaultBasFlex = bf;
}
} }
}); });
// Restaurer position depuis sessionStorage // Restaurer position depuis sessionStorage
const savedRows = sessionStorage.getItem('tf-centre-rows'); const savedHF = sessionStorage.getItem('tf-centre-haut-flex');
if (savedRows && sessionStorage.getItem('tf-haut-replie') !== 'true') { const savedBF = sessionStorage.getItem('tf-centre-bas-flex');
gridEl.style.gridTemplateRows = savedRows; if (savedHF && savedBF && sessionStorage.getItem('tf-haut-replie') !== 'true') {
gridEl.classList.remove('grid-rows-2'); haut.style.flex = savedHF;
bas.style.flex = savedBF;
defaultHautFlex = savedHF;
defaultBasFlex = savedBF;
} }
// Double-click sur drag handle = reset default 1/3 + 2/3 // Double-click sur drag handle = reset default 1/3 + 2/3
dragHandle.addEventListener('dblclick', () => { dragHandle.addEventListener('dblclick', () => {
gridEl.style.gridTemplateRows = '1fr 2fr'; haut.style.flex = '1 1 33%';
gridEl.classList.remove('grid-rows-2'); bas.style.flex = '1 1 67%';
sessionStorage.removeItem('tf-centre-rows'); sessionStorage.removeItem('tf-centre-haut-flex');
sessionStorage.removeItem('tf-centre-bas-flex');
defaultHautFlex = '1 1 33%';
defaultBasFlex = '1 1 67%';
}); });
} }
// Tabs toggle. // V1.3-D : tabs Chatbot retires, plus de toggle a gerer (un seul panel Carte O).
const tabs = document.querySelectorAll<HTMLButtonElement>('[data-tab]');
const panels = document.querySelectorAll<HTMLElement>('[data-tab-panel]');
tabs.forEach((tab) => {
tab.addEventListener('click', () => {
const target = tab.dataset.tab;
if (!target) return;
tabs.forEach((t) => {
const active = t.dataset.tab === target;
t.setAttribute('aria-selected', active ? 'true' : 'false');
t.classList.toggle('border-neutral-900', active);
t.classList.toggle('border-transparent', !active);
t.classList.toggle('font-medium', active);
t.classList.toggle('text-neutral-900', active);
t.classList.toggle('text-neutral-500', !active);
});
panels.forEach((p) => {
p.classList.toggle('hidden', p.dataset.tabPanel !== target);
});
});
});
</script> </script>

View File

@@ -1,11 +1,14 @@
--- ---
import JournalList from '../vue/JournalList.vue'; import JournalList from '../vue/JournalList.vue';
// V1.3-F : palette desopacifiee — chaque categorie a une pastel pour le fill pill inactive.
// Regle bicouche : pastel = FILL pill inactive uniquement. Border + texte = encre couleur 100%.
const categories = [ const categories = [
{ {
id: 'politique', id: 'politique',
label: 'Politique', label: 'Politique',
color: '#B5443A', color: '#B5443A',
pastel: '#E5C3BE',
hashtags: ['#politique', '#aep-politique'], hashtags: ['#politique', '#aep-politique'],
plateformes: [ plateformes: [
{ id: 'instagram', label: 'Court', url: 'https://www.instagram.com/aep.politique/' }, { id: 'instagram', label: 'Court', url: 'https://www.instagram.com/aep.politique/' },
@@ -18,6 +21,7 @@ const categories = [
id: 'art', id: 'art',
label: 'Art', label: 'Art',
color: '#5B6B3A', color: '#5B6B3A',
pastel: '#CACFBE',
hashtags: ['#peinture', '#art'], hashtags: ['#peinture', '#art'],
plateformes: [ plateformes: [
{ id: 'instagram', label: '@julesneny', url: 'https://www.instagram.com/julesneny/' }, { id: 'instagram', label: '@julesneny', url: 'https://www.instagram.com/julesneny/' },
@@ -28,12 +32,24 @@ const categories = [
id: 'outils', id: 'outils',
label: 'Outils', label: 'Outils',
color: '#475569', color: '#475569',
pastel: '#C4C8CC',
hashtags: ['#stack', '#building-public'], hashtags: ['#stack', '#building-public'],
plateformes: [ plateformes: [
{ id: 'gitea', label: 'Gitea', url: 'https://git.trans-former.fr/jules' }, { id: 'gitea', label: 'Gitea', url: 'https://git.trans-former.fr/jules' },
], ],
hasSelector: false, hasSelector: false,
}, },
{
id: 'pro',
label: 'Pro',
color: '#0F172A',
pastel: '#C4C8CC',
hashtags: ['#building-public', '#pro'],
plateformes: [
{ id: 'linkedin', label: 'LinkedIn', url: 'https://www.linkedin.com/in/jules-neny/' },
],
hasSelector: false,
},
]; ];
--- ---
<div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5"> <div class="h-full flex flex-col p-4 pt-20 md:pt-6 gap-5">
@@ -42,7 +58,7 @@ const categories = [
<details id="hashtags-accordion" class="border-t border-neutral-200 pt-4"> <details id="hashtags-accordion" class="border-t border-neutral-200 pt-4">
<summary class="font-semibold cursor-pointer select-none flex items-center justify-between"> <summary class="font-semibold cursor-pointer select-none flex items-center justify-between">
<span>Hashtags</span> <span>Hashtags</span>
<span class="text-xs text-neutral-400 font-normal">3 categories</span> <span class="text-xs text-neutral-400 font-normal">4 categories</span>
</summary> </summary>
<div class="mt-3 flex flex-wrap gap-2" id="category-badges"> <div class="mt-3 flex flex-wrap gap-2" id="category-badges">
@@ -52,6 +68,7 @@ const categories = [
data-category-id={cat.id} data-category-id={cat.id}
data-hashtags={cat.hashtags.join(',')} data-hashtags={cat.hashtags.join(',')}
data-color={cat.color} data-color={cat.color}
data-pastel={cat.pastel}
data-has-selector={cat.hasSelector ? 'true' : 'false'} data-has-selector={cat.hasSelector ? 'true' : 'false'}
class="category-badge" class="category-badge"
style={`background:${cat.color};color:#fff;font-family:'Courier New',Courier,monospace;font-size:13px;padding:3px 10px;border-radius:4px;cursor:pointer;border:1px solid ${cat.color};`} style={`background:${cat.color};color:#fff;font-family:'Courier New',Courier,monospace;font-size:13px;padding:3px 10px;border-radius:4px;cursor:pointer;border:1px solid ${cat.color};`}
@@ -61,14 +78,14 @@ const categories = [
))} ))}
</div> </div>
<!-- Selecteur plateforme Politique --> <!-- Selecteur plateforme Politique (V1.3-F : pastel #E5C3BE en fill inactive) -->
<div id="politique-selector" class="mt-2 hidden flex gap-2"> <div id="politique-selector" class="mt-2 hidden flex gap-2">
{categories[0].plateformes.map((p) => ( {categories[0].plateformes.map((p) => (
<button <button
type="button" type="button"
data-platform-id={p.id} data-platform-id={p.id}
class="platform-pill" class="platform-pill"
style="font-family:'Courier New',Courier,monospace;font-size:12px;padding:2px 8px;border-radius:12px;cursor:pointer;border:1px solid #B5443A;background:transparent;color:#B5443A;" style="font-family:'Courier New',Courier,monospace;font-size:12px;padding:2px 8px;border-radius:12px;cursor:pointer;border:1px solid #B5443A;background:#E5C3BE;color:#B5443A;"
> >
{p.label} {p.label}
</button> </button>
@@ -86,9 +103,10 @@ const categories = [
</button> </button>
</div> </div>
<!-- Bouton Manifeste --> <!-- Bouton Manifeste (V1.3-E : sur "/" -> preview centrale, ailleurs -> page complete) -->
<a <a
href="/manifeste" href="/manifeste"
data-manifeste-link
class="block mt-3 px-4 py-2 bg-neutral-900 text-white font-bold text-sm text-center rounded-lg hover:bg-neutral-700 transition-colors" class="block mt-3 px-4 py-2 bg-neutral-900 text-white font-bold text-sm text-center rounded-lg hover:bg-neutral-700 transition-colors"
style="font-family:'Courier New',Courier,monospace;" style="font-family:'Courier New',Courier,monospace;"
> >
@@ -126,7 +144,7 @@ const categories = [
const PLATFORM_KEY = 'tf-platform-filter'; const PLATFORM_KEY = 'tf-platform-filter';
// Active state : map categoryId -> boolean // Active state : map categoryId -> boolean
const activeCategories: Record<string, boolean> = { politique: true, art: true, outils: true }; const activeCategories: Record<string, boolean> = { politique: true, art: true, outils: true, pro: true };
// Platform filter : map categoryId -> platformId | null // Platform filter : map categoryId -> platformId | null
const platformFilters: Record<string, string | null> = { politique: null }; const platformFilters: Record<string, string | null> = { politique: null };
@@ -138,15 +156,18 @@ const categories = [
const politiqueHashtags = ['#politique', '#aep-politique']; const politiqueHashtags = ['#politique', '#aep-politique'];
const artHashtags = ['#peinture', '#art']; const artHashtags = ['#peinture', '#art'];
const outilsHashtags = ['#stack', '#building-public']; const outilsHashtags = ['#stack', '#building-public'];
const proHashtags = ['#building-public', '#pro'];
const allPolitique = politiqueHashtags.every(h => storedHashtags[h] !== false); const allPolitique = politiqueHashtags.every(h => storedHashtags[h] !== false);
const allArt = artHashtags.every(h => storedHashtags[h] !== false); const allArt = artHashtags.every(h => storedHashtags[h] !== false);
const allOutils = outilsHashtags.every(h => storedHashtags[h] !== false); const allOutils = outilsHashtags.every(h => storedHashtags[h] !== false);
const allPro = proHashtags.every(h => storedHashtags[h] !== false);
if (Object.keys(storedHashtags).length > 0) { if (Object.keys(storedHashtags).length > 0) {
activeCategories['politique'] = allPolitique; activeCategories['politique'] = allPolitique;
activeCategories['art'] = allArt; activeCategories['art'] = allArt;
activeCategories['outils'] = allOutils; activeCategories['outils'] = allOutils;
activeCategories['pro'] = allPro;
} }
} catch { /* mode prive */ } } catch { /* mode prive */ }
@@ -163,6 +184,7 @@ const categories = [
politique: ['#politique', '#aep-politique'], politique: ['#politique', '#aep-politique'],
art: ['#peinture', '#art'], art: ['#peinture', '#art'],
outils: ['#stack', '#building-public'], outils: ['#stack', '#building-public'],
pro: ['#building-public', '#pro'],
}; };
for (const [catId, tags] of Object.entries(catHashtags)) { for (const [catId, tags] of Object.entries(catHashtags)) {
const active = activeCategories[catId] ?? true; const active = activeCategories[catId] ?? true;
@@ -188,14 +210,18 @@ const categories = [
window.dispatchEvent(new CustomEvent('platform-filter-change', { detail: { platform } })); window.dispatchEvent(new CustomEvent('platform-filter-change', { detail: { platform } }));
}; };
// V1.3-F : palette desopacifiee.
// Active = fill couleur 100% + texte blanc.
// Inactive = fill pastel + texte couleur 100% + border couleur 100% (regle bicouche).
const updateBadgeStyle = (btn: HTMLElement, active: boolean) => { const updateBadgeStyle = (btn: HTMLElement, active: boolean) => {
const color = btn.dataset.color || '#000'; const color = btn.dataset.color || '#000';
const pastel = btn.dataset.pastel || '#E5C3BE';
if (active) { if (active) {
btn.style.background = color; btn.style.background = color;
btn.style.color = '#fff'; btn.style.color = '#fff';
btn.style.border = `1px solid ${color}`; btn.style.border = `1px solid ${color}`;
} else { } else {
btn.style.background = 'transparent'; btn.style.background = pastel;
btn.style.color = color; btn.style.color = color;
btn.style.border = `1px solid ${color}`; btn.style.border = `1px solid ${color}`;
} }
@@ -213,6 +239,9 @@ const categories = [
} }
}; };
// V1.3-F : sub-pills Politique, regle bicouche identique.
// Active (ou aucun filtre) = fill brique #B5443A + texte blanc.
// Inactive = fill pastel #E5C3BE + texte brique + border brique 100%.
const updatePillStyles = () => { const updatePillStyles = () => {
const pills = document.querySelectorAll<HTMLElement>('.platform-pill'); const pills = document.querySelectorAll<HTMLElement>('.platform-pill');
const active = platformFilters['politique']; const active = platformFilters['politique'];
@@ -222,7 +251,7 @@ const categories = [
pill.style.background = '#B5443A'; pill.style.background = '#B5443A';
pill.style.color = '#fff'; pill.style.color = '#fff';
} else { } else {
pill.style.background = 'transparent'; pill.style.background = '#E5C3BE';
pill.style.color = '#B5443A'; pill.style.color = '#B5443A';
} }
}); });
@@ -275,4 +304,17 @@ const categories = [
if (platformFilters['politique']) { if (platformFilters['politique']) {
dispatchPlatform(platformFilters['politique']); dispatchPlatform(platformFilters['politique']);
} }
// V1.3-E : intercept clics liens Manifeste -> preview centrale (uniquement sur racine /)
// Tagger les liens [data-manifeste-link] et router vers event 'preview-open' si on est sur /.
// Sinon : laisser la navigation native vers /manifeste.
document.querySelectorAll<HTMLAnchorElement>('a[data-manifeste-link]').forEach((el) => {
el.addEventListener('click', (e) => {
if (window.location.pathname === '/') {
e.preventDefault();
window.dispatchEvent(new CustomEvent('preview-open', { detail: { type: 'manifeste' } }));
}
// sinon : navigation normale vers /manifeste (fallback SEO + no-JS)
});
});
</script> </script>

View File

@@ -7,7 +7,7 @@
<!-- ZONE GAUCHE : liens nav --> <!-- ZONE GAUCHE : liens nav -->
<nav class="flex gap-4 text-xs justify-center md:justify-start"> <nav class="flex gap-4 text-xs justify-center md:justify-start">
<a href="/manifeste" class="opacity-60 hover:opacity-100 transition-opacity">Manifeste</a> <a href="/manifeste" data-manifeste-link class="opacity-60 hover:opacity-100 transition-opacity">Manifeste</a>
<a href="/a-propos" class="opacity-60 hover:opacity-100 transition-opacity">A propos</a> <a href="/a-propos" class="opacity-60 hover:opacity-100 transition-opacity">A propos</a>
<a href="/mentions-legales" class="opacity-60 hover:opacity-100 transition-opacity">Mentions legales</a> <a href="/mentions-legales" class="opacity-60 hover:opacity-100 transition-opacity">Mentions legales</a>
</nav> </nav>
@@ -33,7 +33,8 @@
</div> </div>
<!-- ZONE DROITE : logos RS cliquables (SVG inline, fill #0F172A 60%) --> <!-- ZONE DROITE : logos RS cliquables (SVG inline, fill #0F172A 60%) -->
<div class="flex gap-3 items-center justify-center md:justify-end text-[#0F172A]"> <!-- V1.3-F : gap-4 mobile / gap-6 desktop pour espacer les logos -->
<div class="flex gap-4 md:gap-6 items-center justify-center md:justify-end text-[#0F172A]">
<!-- Instagram --> <!-- Instagram -->
<a <a
href="https://www.instagram.com/aep.politique/" href="https://www.instagram.com/aep.politique/"
@@ -125,4 +126,16 @@
msg.textContent = 'erreur reseau - reessaie plus tard'; msg.textContent = 'erreur reseau - reessaie plus tard';
} }
}); });
// V1.3-E : intercept clics liens Manifeste depuis le footer -> preview centrale sur racine.
// Sur /a-propos, /mentions-legales, /manifeste lui-meme : navigation normale.
document.querySelectorAll<HTMLAnchorElement>('a[data-manifeste-link]').forEach((el) => {
el.addEventListener('click', (e) => {
if (window.location.pathname === '/') {
e.preventDefault();
window.dispatchEvent(new CustomEvent('preview-open', { detail: { type: 'manifeste' } }));
}
// sinon : navigation normale vers /manifeste
});
});
</script> </script>

View File

@@ -5,7 +5,7 @@
<button <button
id="hamburger-trigger" id="hamburger-trigger"
type="button" type="button"
class="fixed top-4 right-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:top-6 md:right-6" class="fixed top-4 right-4 z-50 p-3 bg-white/95 border border-neutral-200 rounded-lg shadow-md hover:bg-white transition-colors md:hidden"
aria-label="Ouvrir le menu" aria-label="Ouvrir le menu"
aria-expanded="false" aria-expanded="false"
aria-controls="hamburger-drawer" aria-controls="hamburger-drawer"

View File

@@ -1,52 +1,80 @@
--- ---
// SiteHeader.astro - V1.2-M : bandeau header pleine largeur identite site // SiteHeader.astro - V1.3-C : header 1 ligne fine, liens cliquables, phrase intention Roboto Condensed
// Palette terre figee : papier #FAFAF7, encre #0F172A, encre douce #475569 // Palette V1.3 figee : papier #FAFAF7, encre #0F172A, encre douce #475569, border #E5E7EB
// Composition retenue : 2 lignes hierarchique // Composition :
// ligne 1 : "Trans-Former" wordmark dominant (semibold tracking serre) // Desktop (>= md) : 1 ligne ~44px - Trans-Former | Jules Neny | architecture d'ecologie politique [phrase intention right-aligned, Roboto Condensed]
// ligne 2 : "Jules Neny" + baseline italique cote a cote (separateur point median) // Mobile (< md) : 2 lignes compactes - ligne 1 Trans-Former / ligne 2 Jules Neny . AEP (cliquables) - phrase intention masquee
// Rationale : le wordmark domine sans ecraser ; la baseline reste lisible ; // Liens :
// composition adaptee a un manifeste (hierarchie typographique forte). // Trans-Former -> /
// Hauteur : ~64px desktop / ~48px mobile (compacte) // Jules Neny -> /a-propos
// Baseline raccourcie mobile : "architecture politique du vivant" // architecture d'ecologie politique -> https://aep.trans-former.fr (same-tab, site frere coherent)
// Typo phrase intention : Roboto Condensed Variable @fontsource (weight 400, font-stretch 75%)
import '@fontsource-variable/roboto-condensed/wght.css';
--- ---
<header <header
class="site-header w-full border-b border-[#E5E7EB] bg-[#FAFAF7] text-[#0F172A] px-4 md:px-6 flex items-center" class="site-header w-full border-b border-[#E5E7EB] bg-[#FAFAF7] text-[#0F172A] px-4 md:px-6 flex items-center"
role="banner" role="banner"
> >
<a <!-- Bloc identite (gauche) -->
href="/" <nav
class="flex flex-col md:flex-row md:items-baseline gap-x-3 gap-y-0 no-underline text-[#0F172A] hover:text-[#0F172A]" class="flex flex-col md:flex-row md:items-baseline gap-x-2 gap-y-0.5 flex-shrink-0"
aria-label="trans-former.fr - retour accueil" aria-label="identite site"
> >
<!-- Ligne 1 : wordmark dominant --> <!-- Ligne 1 desktop = wordmark inline ; mobile = ligne dediee -->
<span <a
class="font-semibold tracking-tight text-[#0F172A] text-[17px] md:text-[20px] leading-none" href="/"
class="font-semibold tracking-tight text-[#0F172A] hover:text-[#0F172A] text-[15px] md:text-[16px] leading-none no-underline hover:underline underline-offset-2 decoration-1"
aria-label="trans-former.fr - accueil"
> >
Trans-Former Trans-Former
</span> </a>
<!-- Ligne 2 (desktop : inline ; mobile : sous wordmark) : Jules Neny + baseline --> <!-- Bloc secondaire : Jules Neny . AEP (mobile : ligne 2 ; desktop : inline) -->
<span class="flex items-baseline gap-2 text-[#475569] leading-none"> <span class="flex items-baseline gap-1.5 text-[#475569] leading-none">
<span class="text-[11px] md:text-[13px]">Jules Neny</span> <span class="text-[#94A3B8] hidden md:inline" aria-hidden="true">·</span>
<a
href="/a-propos"
class="text-[12px] md:text-[13px] text-[#475569] hover:text-[#0F172A] no-underline hover:underline underline-offset-2 decoration-1"
>
Jules Neny
</a>
<span class="text-[#94A3B8]" aria-hidden="true">·</span> <span class="text-[#94A3B8]" aria-hidden="true">·</span>
<!-- Baseline longue : desktop / Baseline courte : mobile --> <a
<span class="italic text-[11px] md:text-[13px] hidden sm:inline"> href="https://aep.trans-former.fr"
architecture d'ecologie politique class="text-[12px] md:text-[13px] text-[#475569] hover:text-[#0F172A] no-underline hover:underline underline-offset-2 decoration-1"
</span> >
<span class="italic text-[11px] inline sm:hidden"> architecture d'écologie politique
architecture politique du vivant </a>
</span>
</span> </span>
</a> </nav>
<!-- Phrase intention (droite, desktop only) - Roboto Condensed allongee -->
<p
class="intention hidden md:block ml-auto pl-6 text-right text-[#475569] text-[11px] leading-tight max-w-[55%]"
>
Comment créer une pratique systémique, créative et collective de transformation sociale pour répondre à l'effondrement et restaurer notre capacité à habiter la Terre dans l'Anthropocène&nbsp;?
</p>
</header> </header>
<style> <style>
.site-header { .site-header {
height: 48px; height: 44px;
} }
@media (min-width: 768px) { @media (max-width: 767px) {
.site-header { .site-header {
height: 64px; height: auto;
min-height: 48px;
padding-top: 6px;
padding-bottom: 6px;
} }
} }
/* Phrase intention : Roboto Condensed Variable, font-stretch 75% (allongement vertical condense)
Cantonnee a .intention pour eviter contagion stack Inter */
.intention {
font-family: 'Roboto Condensed Variable', 'Roboto Condensed', sans-serif;
font-weight: 400;
font-stretch: 75%;
font-style: italic;
letter-spacing: 0.01em;
}
</style> </style>

View File

@@ -19,11 +19,24 @@ interface CarteNode {
slug?: string slug?: string
theme?: string theme?: string
path?: string path?: string
domain?: string // V1.2-O : domaine plateforme source (logo Brandfetch CDN)
} }
// V1.2-O : logos plateforme via Brandfetch CDN (visible zoom > 1.5x seulement)
const BRANDFETCH_CLIENT_ID = '4ae58bd85c8140eab0cee72f40656120'
const LOGO_ZOOM_THRESHOLD = 1.5
// V1.3-D : dimensions rectangle central (phrase manifeste 3 lignes)
const CENTRAL_W = 300
const CENTRAL_H = 64
const CENTRAL_COLLIDE_RADIUS = 160 // demi-largeur + marge
const logoUrl = (domain: string) =>
`https://cdn.brandfetch.io/${domain}/w/64/h/64?c=${BRANDFETCH_CLIENT_ID}`
interface CarteEdge { interface CarteEdge {
source: string | CarteNode source: string | CarteNode
target: string | CarteNode target: string | CarteNode
central?: boolean // V1.3-D : link au noeud central (court/fort)
} }
const props = withDefaults(defineProps<{ const props = withDefaults(defineProps<{
@@ -111,25 +124,38 @@ function truncate(str: string, max: number): string {
return str.length > max ? str.slice(0, max - 1) + '…' : str return str.length > max ? str.slice(0, max - 1) + '…' : str
} }
// Split intelligent du label central sur 2-3 lignes (autour de "+") // V1.3-D : Wrap intelligent du label central sur 3 lignes (rectangle 300x64).
function splitCentralLabel(label: string): string[] { // Phrase cible : "Une medecine du corps social pour ecrire un nouveau contrat social"
// Heuristique : decoupe en mots, repartit sur ~3 lignes de longueur equilibree.
function splitCentralLabel(label: string, maxLines = 3, maxCharsPerLine = 30): string[] {
if (!label) return [''] if (!label) return ['']
// priorite : split sur " + " si present // Fallback : pivot legacy " + " (V1.2 backward compat)
if (label.includes(' + ')) { if (label.includes(' + ')) {
const parts = label.split(' + ') const parts = label.split(' + ')
return [parts[0].trim(), '+', parts.slice(1).join(' + ').trim()] return [parts[0].trim(), '+', parts.slice(1).join(' + ').trim()]
} }
// fallback : split a peu pres au milieu sur un espace const words = label.split(/\s+/).filter(Boolean)
if (label.length > 14) { if (words.length <= 1) return [label]
const mid = Math.floor(label.length / 2)
const left = label.lastIndexOf(' ', mid) // Repartit en lignes en respectant maxCharsPerLine, max maxLines lignes
const right = label.indexOf(' ', mid) const lines: string[] = []
const cut = (mid - left <= right - mid && left > 0) ? left : right let current = ''
if (cut > 0) { for (const w of words) {
return [label.slice(0, cut).trim(), label.slice(cut).trim()] const next = current ? `${current} ${w}` : w
if (next.length > maxCharsPerLine && current && lines.length < maxLines - 1) {
lines.push(current)
current = w
} else {
current = next
} }
} }
return [label] if (current) lines.push(current)
// Si plus de lignes que prevu (mots tres longs), concatene les dernieres
while (lines.length > maxLines) {
const last = lines.pop()!
lines[lines.length - 1] = `${lines[lines.length - 1]} ${last}`
}
return lines
} }
function buildSimNodes(): SimNode[] { function buildSimNodes(): SimNode[] {
@@ -187,6 +213,11 @@ function initSvg() {
.scaleExtent([0.3, 4]) .scaleExtent([0.3, 4])
.on('zoom', (event) => { .on('zoom', (event) => {
gZoom!.attr('transform', event.transform.toString()) gZoom!.attr('transform', event.transform.toString())
// V1.2-O : toggle visibilite logos plateforme selon le niveau de zoom
// (evite la surcharge visuelle au niveau d'ensemble, montre detail au drill-down)
const scale = event.transform.k
gZoom!.selectAll('.logo-overlay')
.style('opacity', scale > LOGO_ZOOM_THRESHOLD ? 1 : 0)
}) })
svgRoot.call(zoomBehavior as any) svgRoot.call(zoomBehavior as any)
@@ -220,18 +251,33 @@ function render() {
.style('cursor', 'pointer') .style('cursor', 'pointer')
.on('click', (_event, d) => emit('node-click', { node: d as CarteNode, x: (d as SimNode).x || 0, y: (d as SimNode).y || 0 })) .on('click', (_event, d) => emit('node-click', { node: d as CarteNode, x: (d as SimNode).x || 0, y: (d as SimNode).y || 0 }))
.on('mouseover', function (_event, d) { .on('mouseover', function (_event, d) {
d3.select(this).select('circle') // V1.3-D : selecteur etendu rect|circle (rect pour central, circle pour autres)
d3.select(this).select('rect, circle')
.transition().duration(120) .transition().duration(120)
.attr('stroke-width', strokeWidthFor(d) + 1.5) .attr('stroke-width', strokeWidthFor(d) + 1.5)
}) })
.on('mouseout', function (_event, d) { .on('mouseout', function (_event, d) {
d3.select(this).select('circle') d3.select(this).select('rect, circle')
.transition().duration(120) .transition().duration(120)
.attr('stroke-width', strokeWidthFor(d)) .attr('stroke-width', strokeWidthFor(d))
}) })
// Cercle // V1.3-D : nœud central = rectangle 300x64 (phrase 3 lignes), autres = cercle
nodeGroups.append('circle') const isCentral = (d: SimNode) => d.niveau === 0
nodeGroups.filter(isCentral)
.append('rect')
.attr('x', -CENTRAL_W / 2)
.attr('y', -CENTRAL_H / 2)
.attr('width', CENTRAL_W)
.attr('height', CENTRAL_H)
.attr('rx', 6)
.attr('fill', d => colorFor(d))
.attr('stroke', d => strokeFor(d))
.attr('stroke-width', d => strokeWidthFor(d))
nodeGroups.filter(d => !isCentral(d))
.append('circle')
.attr('r', d => getRadius(d)) .attr('r', d => getRadius(d))
.attr('fill', d => colorFor(d)) .attr('fill', d => colorFor(d))
.attr('stroke', d => strokeFor(d)) .attr('stroke', d => strokeFor(d))
@@ -244,10 +290,10 @@ function render() {
const inside = labelInsideFor(d) const inside = labelInsideFor(d)
if (inside && d.niveau === 0) { if (inside && d.niveau === 0) {
// Noeud central : label en 2 lignes inscrites au centre // V1.3-D : noeud central = rectangle, label 3 lignes 13px line-height 1.35
const parts = splitCentralLabel(d.label) const fs = isMobile.value ? 11 : 13
const lineHeight = isMobile.value ? 10 : 12 const lineHeight = Math.round(fs * 1.35)
const fs = isMobile.value ? 9 : 11 const parts = splitCentralLabel(d.label, 3, isMobile.value ? 22 : 30)
const startY = -((parts.length - 1) * lineHeight) / 2 const startY = -((parts.length - 1) * lineHeight) / 2
parts.forEach((line, i) => { parts.forEach((line, i) => {
g.append('text') g.append('text')
@@ -257,7 +303,7 @@ function render() {
.attr('y', startY + i * lineHeight) .attr('y', startY + i * lineHeight)
.attr('font-size', fs) .attr('font-size', fs)
.attr('font-family', 'system-ui, sans-serif') .attr('font-family', 'system-ui, sans-serif')
.attr('font-weight', 'bold') .attr('font-weight', '500')
.attr('fill', '#FFFFFF') .attr('fill', '#FFFFFF')
.attr('pointer-events', 'none') .attr('pointer-events', 'none')
.text(line) .text(line)
@@ -290,25 +336,84 @@ function render() {
} }
}) })
// V1.2-O : Logo plateforme (visible zoom > 1.5x seulement)
// Cercle blanc 14px en bas-droite du node (offset +60% x/+60% y du radius)
// Image clip-path circle pour avatar style. Hidden par defaut (opacity 0).
const nodeGroupsWithLogo = nodeGroups.filter(d => !!d.domain)
const logoOverlay = nodeGroupsWithLogo.append('g')
.attr('class', 'logo-overlay')
.style('opacity', 0)
.attr('pointer-events', 'none')
logoOverlay.append('circle')
.attr('cx', d => getRadius(d) * 0.6)
.attr('cy', d => getRadius(d) * 0.6)
.attr('r', 9)
.attr('fill', '#FFFFFF')
.attr('stroke', '#0F172A')
.attr('stroke-width', 0.5)
logoOverlay.append('image')
.attr('href', d => logoUrl(d.domain!))
.attr('x', d => getRadius(d) * 0.6 - 7)
.attr('y', d => getRadius(d) * 0.6 - 7)
.attr('width', 14)
.attr('height', 14)
.attr('clip-path', d => `circle(7px at ${getRadius(d) * 0.6}px ${getRadius(d) * 0.6}px)`)
// Tooltip <title> // Tooltip <title>
nodeGroups.append('title') nodeGroups.append('title')
.text(d => `${d.label}\n[${d.family}]\n${truncate(d.resume || d.intention || '', 200)}`) .text(d => `${d.label}\n[${d.family}]\n${truncate(d.resume || d.intention || '', 200)}`)
// Simulation force avec charges differenciees par niveau // V1.3-D : Simulation force-directed fit-cadre + animation continue subtile
// - link distance/strength differencies : TMIP (central) court/fort, autres essais souples
// - collide +12 zero overlap labels
// - forceX/Y faibles rappel cadre
// - alphaDecay 0.025 (anime sans vertige)
simulation = d3.forceSimulation<SimNode, SimLink>(simNodes) simulation = d3.forceSimulation<SimNode, SimLink>(simNodes)
.force('link', d3.forceLink<SimNode, SimLink>(simLinks) .force('link', d3.forceLink<SimNode, SimLink>(simLinks)
.id(d => d.id) .id(d => d.id)
.distance(80) .distance(l => {
.strength(0.35)) const link = l as SimLink & { central?: boolean }
// Lien central -> TMIP (projet) = court (90), autres centraux (essais) = standard (200)
if (link.central) {
const tgt = link.target as SimNode
const src = link.source as SimNode
const other = (tgt.niveau === 0 ? src : tgt) as SimNode
if (other.nature === 'projet') return 90
return 200
}
return 180
})
.strength(l => {
const link = l as SimLink & { central?: boolean }
if (link.central) {
const tgt = link.target as SimNode
const src = link.source as SimNode
const other = (tgt.niveau === 0 ? src : tgt) as SimNode
if (other.nature === 'projet') return 0.6
return 0.3
}
return 0.3
}))
.force('charge', d3.forceManyBody<SimNode>().strength(d => { .force('charge', d3.forceManyBody<SimNode>().strength(d => {
if (d.niveau === 0) return -800 if (d.niveau === 0) return -1200
if (d.niveau === 1) return -400 if (d.niveau === 1) return -400
if (d.niveau === 2) return -150 if (d.niveau === 2) return -180
return -220 return -220
})) }))
.force('center', d3.forceCenter(width.value / 2, height.value / 2)) .force('center', d3.forceCenter(width.value / 2, height.value / 2))
.force('collide', d3.forceCollide<SimNode>().radius(d => getRadius(d) + 6)) .force('x', d3.forceX<SimNode>(width.value / 2).strength(0.05))
.alphaDecay(0.03) .force('y', d3.forceY<SimNode>(height.value / 2).strength(0.05))
.force('collide', d3.forceCollide<SimNode>().radius(d => {
// V1.3-D : central traite comme zone large (rect 300x64 -> rayon equivalent 160)
if (d.niveau === 0) return CENTRAL_COLLIDE_RADIUS
return getRadius(d) + 12
}))
.alphaDecay(0.025)
.velocityDecay(0.4)
.alphaMin(0.001)
.on('tick', tick) .on('tick', tick)
// Bind drag once simulation exists. // Bind drag once simulation exists.
@@ -371,6 +476,8 @@ onMounted(() => {
} }
if (simulation) { if (simulation) {
simulation.force('center', d3.forceCenter(width.value / 2, height.value / 2)) simulation.force('center', d3.forceCenter(width.value / 2, height.value / 2))
simulation.force('x', d3.forceX<SimNode>(width.value / 2).strength(0.05))
simulation.force('y', d3.forceY<SimNode>(height.value / 2).strength(0.05))
simulation.alpha(0.3).restart() simulation.alpha(0.3).restart()
} }
}) })

View File

@@ -19,6 +19,7 @@ interface CarteNode {
interface CarteEdge { interface CarteEdge {
source: string source: string
target: string target: string
central?: boolean // V1.3-D : edges au noeud central (tuning force-link)
} }
interface CarteData { interface CarteData {

View File

@@ -1,23 +1,11 @@
<script setup lang="ts"> <script setup lang="ts">
import { ref, computed, onMounted, onUnmounted } from 'vue' import { ref, computed, onMounted, onUnmounted } from 'vue'
interface JournalItem {
id: string
platform: 'substack' | 'gitea' | 'github' | 'instagram' | 'castopod' | 'blog' | 'linkedin'
hashtag: string
date: string
titre: string
extrait: string
url: string
thumbnail: string | null
}
const selectedItem = ref<JournalItem | null>(null)
const iframeRef = ref<HTMLIFrameElement | null>(null) const iframeRef = ref<HTMLIFrameElement | null>(null)
const wrapperRef = ref<HTMLDivElement | null>(null) const wrapperRef = ref<HTMLDivElement | null>(null)
const skeletonHidden = ref(false) const skeletonHidden = ref(false)
// Force rendu desktop de l'iframe AEP : viewport simulée 1440px + scale dynamique // Force rendu desktop de l'iframe AEP : viewport simulee 1440px + scale dynamique
const VIEWPORT_W = 1440 const VIEWPORT_W = 1440
const iframeScale = ref(0.42) const iframeScale = ref(0.42)
let resizeObs: ResizeObserver | null = null let resizeObs: ResizeObserver | null = null
@@ -35,31 +23,9 @@ const iframeStyle = computed(() => ({
transformOrigin: '0 0', transformOrigin: '0 0',
})) }))
const onJournalItemClick = (e: Event) => { let fallbackTimer: ReturnType<typeof setTimeout> | null = null
const ce = e as CustomEvent
if (ce.detail?.item) selectedItem.value = ce.detail.item
}
onMounted(() => { const revealIframe = () => {
window.addEventListener('journal-item-click', onJournalItemClick as EventListener)
if (wrapperRef.value && typeof ResizeObserver !== 'undefined') {
updateScale()
resizeObs = new ResizeObserver(updateScale)
resizeObs.observe(wrapperRef.value)
}
})
onUnmounted(() => {
window.removeEventListener('journal-item-click', onJournalItemClick as EventListener)
resizeObs?.disconnect()
resizeObs = null
})
const reset = () => {
selectedItem.value = null
skeletonHidden.value = false
}
const onIframeLoad = () => {
if (iframeRef.value) { if (iframeRef.value) {
iframeRef.value.classList.remove('opacity-0') iframeRef.value.classList.remove('opacity-0')
iframeRef.value.classList.add('opacity-100') iframeRef.value.classList.add('opacity-100')
@@ -67,59 +33,44 @@ const onIframeLoad = () => {
skeletonHidden.value = true skeletonHidden.value = true
} }
const extractInstaShortcode = (url: string): string | null => { onMounted(() => {
const m = url.match(/\/(p|reel)\/([^\/\?#]+)/) if (wrapperRef.value && typeof ResizeObserver !== 'undefined') {
return m ? m[2] : null updateScale()
} resizeObs = new ResizeObserver(updateScale)
resizeObs.observe(wrapperRef.value)
const embedUrl = computed(() => {
if (!selectedItem.value) return null
const item = selectedItem.value
if (item.platform === 'substack') {
return item.url.includes('?') ? item.url + '&embed=1' : item.url + '?embed=1'
} }
if (item.platform === 'instagram') { // Fallback : si @load ne fire pas dans 2.5s (transform/scale peut bloquer l'event),
const sc = extractInstaShortcode(item.url) // on revele quand meme l'iframe pour ne pas laisser le skeleton infini.
return sc ? `https://www.instagram.com/p/${sc}/embed/` : null fallbackTimer = setTimeout(() => {
revealIframe()
}, 2500)
})
onUnmounted(() => {
resizeObs?.disconnect()
resizeObs = null
if (fallbackTimer) {
clearTimeout(fallbackTimer)
fallbackTimer = null
} }
return null
}) })
const platformLabel = (p: string) => { const onIframeLoad = () => {
const labels: Record<string, string> = { if (fallbackTimer) {
substack: 'Substack', clearTimeout(fallbackTimer)
instagram: 'Instagram', fallbackTimer = null
gitea: 'Gitea',
github: 'GitHub',
castopod: 'Podcast',
blog: 'Blog',
linkedin: 'LinkedIn',
}
return labels[p] || p
}
const formatDate = (iso: string) => {
try {
const d = new Date(iso)
return isNaN(d.getTime())
? ''
: `${String(d.getDate()).padStart(2, '0')}/${String(d.getMonth() + 1).padStart(2, '0')}`
} catch {
return ''
} }
revealIframe()
} }
</script> </script>
<template> <template>
<div class="embed-dynamique h-full flex flex-col relative"> <div class="embed-dynamique h-full flex flex-col relative">
<div class="h-full">
<!-- DEFAULT : iframe AEP (aucun item selectionne) -->
<div v-if="!selectedItem" class="h-full">
<div ref="wrapperRef" class="relative h-full bg-neutral-100 overflow-hidden"> <div ref="wrapperRef" class="relative h-full bg-neutral-100 overflow-hidden">
<div <div
v-if="!skeletonHidden" v-if="!skeletonHidden"
id="embed-skeleton" id="embed-skeleton"
class="absolute inset-0 flex items-center justify-center bg-neutral-50 animate-pulse z-10" class="absolute inset-0 flex items-center justify-center bg-neutral-50 animate-pulse"
> >
<span class="text-neutral-400 text-sm">Chargement de la carte AEP...</span> <span class="text-neutral-400 text-sm">Chargement de la carte AEP...</span>
</div> </div>
@@ -134,75 +85,5 @@ const formatDate = (iso: string) => {
></iframe> ></iframe>
</div> </div>
</div> </div>
<!-- EMBED MODE : teaser + embed live ou carte incitative -->
<div v-else class="h-full flex flex-col overflow-y-auto">
<!-- Header : reset + hashtag -->
<div class="flex items-center justify-between px-4 py-2 border-b border-neutral-200 bg-white sticky top-0 z-10">
<button
class="text-xs text-neutral-500 hover:text-neutral-900 flex items-center gap-1"
@click="reset"
type="button"
>
- Retour a la carte
</button>
<span class="text-xs text-neutral-400" style="font-family: 'Courier New', Courier, monospace;">
{{ selectedItem.hashtag }}
</span>
</div>
<!-- Teaser -->
<div class="px-4 py-3 border-b border-neutral-100 bg-neutral-50">
<p class="text-[11px] text-neutral-500 mb-1">{{ formatDate(selectedItem.date) }} - {{ selectedItem.platform }}</p>
<h3 class="text-sm font-semibold text-neutral-900 leading-snug mb-1">{{ selectedItem.titre }}</h3>
<p v-if="selectedItem.extrait" class="text-xs text-neutral-600 leading-relaxed line-clamp-3">
{{ selectedItem.extrait }}
</p>
<img
v-if="selectedItem.thumbnail"
:src="selectedItem.thumbnail"
:alt="selectedItem.titre"
class="mt-2 w-full max-h-28 object-cover rounded"
loading="lazy"
/>
</div>
<!-- Embed live (Substack ou Instagram) -->
<div v-if="embedUrl" class="flex-1 min-h-[200px] bg-white">
<iframe
:src="embedUrl"
class="w-full h-full border-0 min-h-[300px]"
:title="selectedItem.titre"
loading="lazy"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-top-navigation"
></iframe>
</div>
<!-- Carte incitative (autres plateformes) -->
<div v-else class="flex-1 flex flex-col items-start justify-center px-4 py-6">
<p class="text-xs text-neutral-500 mb-3 italic">Embed non disponible pour cette plateforme.</p>
<a
:href="selectedItem.url"
target="_blank"
rel="noopener noreferrer"
class="inline-block px-4 py-2 bg-neutral-900 text-white text-sm rounded-lg hover:bg-neutral-700 transition-colors"
>
Voir sur {{ platformLabel(selectedItem.platform) }} ->
</a>
</div>
<!-- CTA propagation universel -->
<div class="px-4 py-3 border-t border-neutral-100">
<a
:href="selectedItem.url"
target="_blank"
rel="noopener noreferrer"
class="text-xs text-neutral-500 hover:text-neutral-900 underline"
>
Continuer sur {{ platformLabel(selectedItem.platform) }} - commenter, partager
</a>
</div>
</div>
</div> </div>
</template> </template>

View File

@@ -0,0 +1,165 @@
<script setup lang="ts">
// V1.3-E : contenu manifeste pour preview centrale (mode racine /).
// TODO V1.4 : extraire contenu manifeste dans src/content/manifeste.md (content collection)
// pour avoir une source unique partagee avec src/pages/manifeste.astro.
// Actuellement : duplication consciente du texte (~50 lignes) entre les 2 fichiers.
// Si modif texte -> repercuter aux 2 endroits (this file + manifeste.astro).
</script>
<template>
<article class="manifeste-content px-4 md:px-6 py-6 md:py-8 bg-white">
<!-- En-tete -->
<header class="mb-8 md:mb-10">
<p class="text-[10px] uppercase tracking-widest text-neutral-500 mb-2">
Manifeste
</p>
<h1 class="text-xl md:text-2xl font-semibold text-neutral-900 leading-tight">
Architecture d'Écologie Politique
</h1>
<p class="mt-3 text-neutral-600 text-sm md:text-base leading-relaxed">
Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situés.
</p>
<!-- V1.3-F : CTA "commander" deplace tout en bas (apres lecture). Le seul lien d'entete = page complete. -->
<div class="mt-5 flex flex-wrap gap-2">
<a
href="/manifeste"
class="inline-block px-4 py-2 border border-neutral-300 text-neutral-700 rounded-lg text-sm hover:border-neutral-900 hover:text-neutral-900 transition-colors"
title="Ouvrir la page complete dans un nouvel onglet"
target="_blank"
rel="noopener"
>
Page complète &rarr;
</a>
</div>
</header>
<!-- Corps du manifeste -->
<div class="text-neutral-800 text-[14px] md:text-[15px] leading-[1.7] space-y-4">
<p class="italic text-neutral-700">
Un quart des architectes vivent sous le seuil de pauvreté. La moitié de nos heures, non facturées. Nos cotisations, parmi les plus lourdes des professions réglementées. Et le secteur du bâtiment, à lui seul, pèse 34% des émissions mondiales de gaz à effet de serre.
</p>
<p>
Quelque chose s'est rompu ; pas dans nos vies, dans les cadres qui les contiennent.
</p>
<p>
Notre profession ne traverse pas une simple crise. Elle reflète l'effondrement d'un monde qui confond performance et destruction, signature et silence, expertise et soumission.
</p>
<hr class="border-neutral-200 my-6" />
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
Ce que nous voyons.
</h2>
<p>
À l'échelle du métier, une profession structurellement sous l'eau, qui absorbe les tensions d'un système extractiviste ; et porte la responsabilité quand d'autres captent la valeur.
</p>
<p>
À l'échelle des corps, une culture qui rend l'exploitation désirable : métier-passion, modèle starchitecte, isolement libéral, moteur critique délégitimant. Nous tenons. Nous payons.
</p>
<p>
À l'échelle du monde, l'effondrement écologique et social qui avance, pendant que notre voix s'efface du débat public. Notre silence le sert.
</p>
<hr class="border-neutral-200 my-6" />
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
Ce que nous refusons.
</h2>
<p>
Nous ne signerons plus pour des projets qui détruisent.<br />
Nous n'isolerons plus celles et ceux qui doutent.<br />
Nous ne porterons plus seul-es ce qui doit se penser, se faire ; et se soigner ; ensemble.
</p>
<hr class="border-neutral-200 my-6" />
<!-- Pivot : centre emotionnel du texte (italique + retrait) -->
<blockquote class="my-8 md:my-10 px-4 md:px-6 py-4 border-l-4 border-neutral-900 italic text-neutral-800 text-sm md:text-base leading-relaxed">
<p class="font-medium not-italic mb-2 text-neutral-900">
Et pourtant, quelque chose tient.
</p>
<p>
Pas l'espoir naïf, ni la promesse héroïque. Quelque chose de plus humble : la fatigue commune reconnue, et l'envie qui revient de ne plus économiser sa vie.
</p>
</blockquote>
<hr class="border-neutral-200 my-6" />
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
Ce que nous tentons.
</h2>
<p>
<em class="font-semibold not-italic">Partager.</em> Nos parcours, nos doutes, nos bifurcations. Se former les un-es les autres. Se tendre la main. Documenter ce qui marche, ce qui rate. Le personnel devient politique quand il se met en commun.
</p>
<p>
<em class="font-semibold not-italic">Construire.</em> L'infrastructure collective qui nous a manqué. Cartes d'entraide, communs documentés, gouvernance horizontale, financement transparent, infra souveraine. <strong>Architecture d'Écologie Politique</strong> : un commun vivant, ouvert, biorégional, ancré.
</p>
<p>
<em class="font-semibold not-italic">Pratiquer une médecine du corps social.</em> Diagnostiquer les infrastructures qui défaillent ; l'éducation, la justice, la sécurité, l'énergie, la santé, le logement, l'agriculture. Proposer des reconfigurations situées, territoire par territoire. Reprendre le pouvoir par la base. Écrire, lentement, un nouveau contrat social.
</p>
<p>
<em class="font-semibold not-italic">Commencer par les marges.</em> Là où le corps social souffre le plus, là où il est le plus prêt à changer. Ne pas décider à la place ; faire émerger. Transparence totale, sur le process et sur l'argent. Tendresse militante : la lucidité sans le mépris, l'engagement sans la dureté.
</p>
<hr class="border-neutral-200 my-6" />
<h2 class="text-base md:text-lg font-semibold text-neutral-900 mt-8 mb-3">
Architectes, allié-es, habitant-es.
</h2>
<p>
Nous avons un travail à faire ensemble. Lentement, patiemment, par accumulation de petits gestes situés. Pas pour fuir ; pour bifurquer.
</p>
<!-- Chute : italique, separee -->
<p class="mt-6 md:mt-8 italic text-neutral-900 text-sm md:text-base leading-relaxed">
Nos métiers sont des médecines. Reprenons-en le pouls ; à mains nues, ensemble.
</p>
</div>
<!-- V1.3-F : CTA commander version papier — bord rouge brique #B5443A, signal politique fort.
Place en bas, apres lecture : j'achete, tranquille. -->
<section class="mt-10 pt-6 border-t border-neutral-200 text-center">
<p class="text-xs italic text-neutral-500 mb-3">
Manifeste lu. J'achete la version papier, tranquille.
</p>
<a
href="/manifeste/commander"
class="inline-block px-5 py-2.5 border-2 border-[#B5443A] text-[#0F172A] bg-[#FAFAF7] font-medium text-sm hover:bg-[#E5C3BE] transition-colors"
>
Commander la version papier
</a>
</section>
<!-- Footer simple : lien vers page complete pour les detail (mouvements, etc.) -->
<footer class="mt-6 pt-4 border-t border-neutral-200 text-center">
<a
href="/manifeste"
target="_blank"
rel="noopener"
class="text-xs text-neutral-500 hover:text-neutral-900 underline"
>
Voir la page complète (mouvements M/S/XL, liens articles) &rarr;
</a>
</footer>
</article>
</template>
<style scoped>
.manifeste-content {
font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
</style>

View File

@@ -0,0 +1,202 @@
<script setup lang="ts">
// V1.3-E : PreviewArticle gere 2 modes :
// - 'article' (V1.2-P existant) : teaser + embed Substack / Instagram / CTA propagation
// - 'manifeste' (V1.3-E) : affiche <ManifesteContent /> dans la preview centrale
// Events ecoutes :
// - 'journal-item-click' -> mode 'article' (legacy V1.2-P, conserve tel quel)
// - 'preview-open' -> nouvel event unifie, payload { type: 'article' | 'manifeste', data?: ... }
// - 'preview-close-request'-> close externe
// Event emis : 'preview-close' (utilise par ColCentre pour restaurer la mise en page).
import { ref, computed, onMounted, onUnmounted } from 'vue'
import ManifesteContent from './ManifesteContent.vue'
interface JournalItem {
id: string
platform: 'substack' | 'gitea' | 'github' | 'instagram' | 'castopod' | 'blog' | 'linkedin'
hashtag: string
date: string
titre: string
extrait: string
url: string
thumbnail: string | null
}
type PreviewMode = 'article' | 'manifeste' | null
const mode = ref<PreviewMode>(null)
const selectedItem = ref<JournalItem | null>(null)
const onJournalItemClick = (e: Event) => {
const ce = e as CustomEvent
if (ce.detail?.item) {
selectedItem.value = ce.detail.item
mode.value = 'article'
}
}
const onPreviewOpen = (e: Event) => {
const ce = e as CustomEvent
const type = ce.detail?.type
if (type === 'manifeste') {
mode.value = 'manifeste'
selectedItem.value = null
} else if (type === 'article' && ce.detail?.item) {
selectedItem.value = ce.detail.item
mode.value = 'article'
}
}
const onPreviewCloseExternal = () => {
selectedItem.value = null
mode.value = null
}
onMounted(() => {
window.addEventListener('journal-item-click', onJournalItemClick as EventListener)
window.addEventListener('preview-open', onPreviewOpen as EventListener)
window.addEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
})
onUnmounted(() => {
window.removeEventListener('journal-item-click', onJournalItemClick as EventListener)
window.removeEventListener('preview-open', onPreviewOpen as EventListener)
window.removeEventListener('preview-close-request', onPreviewCloseExternal as EventListener)
})
const close = () => {
selectedItem.value = null
mode.value = null
window.dispatchEvent(new CustomEvent('preview-close'))
}
const extractInstaShortcode = (url: string): string | null => {
const m = url.match(/\/(p|reel)\/([^\/\?#]+)/)
return m ? m[2] : null
}
const embedUrl = computed(() => {
if (!selectedItem.value) return null
const item = selectedItem.value
if (item.platform === 'substack') {
return item.url.includes('?') ? item.url + '&embed=1' : item.url + '?embed=1'
}
if (item.platform === 'instagram') {
const sc = extractInstaShortcode(item.url)
return sc ? `https://www.instagram.com/p/${sc}/embed/` : null
}
return null
})
const platformLabel = (p: string) => {
const labels: Record<string, string> = {
substack: 'Substack',
instagram: 'Instagram',
gitea: 'Gitea',
github: 'GitHub',
castopod: 'Podcast',
blog: 'Blog',
linkedin: 'LinkedIn',
}
return labels[p] || p
}
const formatDate = (iso: string) => {
try {
const d = new Date(iso)
return isNaN(d.getTime())
? ''
: `${String(d.getDate()).padStart(2, '0')}/${String(d.getMonth() + 1).padStart(2, '0')}`
} catch {
return ''
}
}
</script>
<template>
<div v-if="mode" class="preview-article border border-neutral-200 rounded overflow-hidden bg-white flex flex-col">
<!-- Header : reset + label (hashtag article OU "Manifeste") -->
<div class="flex items-center justify-between px-4 py-2 border-b border-neutral-200 bg-white">
<button
class="text-xs text-neutral-500 hover:text-neutral-900 flex items-center gap-1"
@click="close"
type="button"
>
- Retour a la carte
</button>
<span
v-if="mode === 'article' && selectedItem"
class="text-xs text-neutral-400"
style="font-family: 'Courier New', Courier, monospace;"
>
{{ selectedItem.hashtag }}
</span>
<span
v-else-if="mode === 'manifeste'"
class="text-xs text-neutral-400"
style="font-family: 'Courier New', Courier, monospace;"
>
#manifeste
</span>
</div>
<!-- Mode 'manifeste' : contenu manifeste -->
<div v-if="mode === 'manifeste'" class="bg-white">
<ManifesteContent />
</div>
<!-- Mode 'article' : V1.2-P legacy -->
<template v-else-if="mode === 'article' && selectedItem">
<!-- Teaser -->
<div class="px-4 py-3 border-b border-neutral-100 bg-neutral-50">
<p class="text-[11px] text-neutral-500 mb-1">{{ formatDate(selectedItem.date) }} - {{ selectedItem.platform }}</p>
<h3 class="text-sm font-semibold text-neutral-900 leading-snug mb-1">{{ selectedItem.titre }}</h3>
<p v-if="selectedItem.extrait" class="text-xs text-neutral-600 leading-relaxed line-clamp-3">
{{ selectedItem.extrait }}
</p>
<img
v-if="selectedItem.thumbnail"
:src="selectedItem.thumbnail"
:alt="selectedItem.titre"
class="mt-2 w-full max-h-28 object-cover rounded"
loading="lazy"
/>
</div>
<!-- Embed live (Substack ou Instagram) -->
<div v-if="embedUrl" class="bg-white" style="height: 60vh; min-height: 400px;">
<iframe
:src="embedUrl"
class="w-full h-full border-0"
:title="selectedItem.titre"
loading="lazy"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms allow-top-navigation"
></iframe>
</div>
<!-- Carte incitative (autres plateformes) -->
<div v-else class="flex flex-col items-start justify-center px-4 py-6">
<p class="text-xs text-neutral-500 mb-3 italic">Embed non disponible pour cette plateforme.</p>
<a
:href="selectedItem.url"
target="_blank"
rel="noopener noreferrer"
class="inline-block px-4 py-2 bg-neutral-900 text-white text-sm rounded-lg hover:bg-neutral-700 transition-colors"
>
Voir sur {{ platformLabel(selectedItem.platform) }} ->
</a>
</div>
<!-- CTA propagation universel -->
<div class="px-4 py-3 border-t border-neutral-100">
<a
:href="selectedItem.url"
target="_blank"
rel="noopener noreferrer"
class="text-xs text-neutral-500 hover:text-neutral-900 underline"
>
Continuer sur {{ platformLabel(selectedItem.platform) }} - commenter, partager
</a>
</div>
</template>
</div>
</template>

View File

@@ -14,7 +14,7 @@ const {
} = Astro.props; } = Astro.props;
--- ---
<!doctype html> <!doctype html>
<html lang="fr"> <html lang="fr" class="h-screen">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
@@ -29,11 +29,15 @@ const {
<meta name="twitter:title" content={title} /> <meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} /> <meta name="twitter:description" content={description} />
</head> </head>
<body class="m-0 bg-white text-neutral-900 antialiased min-h-screen flex flex-col"> <body class="m-0 bg-white text-neutral-900 antialiased h-screen flex flex-col overflow-hidden">
<SiteHeader /> <div class="flex-shrink-0">
<div class="flex-1 flex flex-col min-h-0"> <SiteHeader />
</div>
<div class="flex-1 flex flex-col min-h-0 overflow-hidden">
<slot /> <slot />
</div> </div>
<Footer /> <div class="flex-shrink-0">
<Footer />
</div>
</body> </body>
</html> </html>

View File

@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
> >
<HamburgerMenu /> <HamburgerMenu />
<main class="min-h-screen bg-white"> <main class="h-full overflow-y-auto bg-white">
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24"> <article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
<header class="mb-10"> <header class="mb-10">

View File

@@ -15,22 +15,95 @@ import PopupOnboarding from '../components/astro/PopupOnboarding.astro';
<MobileTabBar /> <MobileTabBar />
<PopupOnboarding /> <PopupOnboarding />
<!-- Desktop : grid 3 colonnes (header 64px deja consommes par SiteHeader, on prend le reste) --> <!-- Desktop : grid 3 colonnes V1.3-F avec toggle replier latéraux.
Layout dynamique pilote par CSS vars --col-left / --col-right (320px par defaut, 0 quand replie).
Header et footer fixes (flex-shrink-0), pas de calc(100vh - X). -->
<div <div
class="hidden md:grid md:grid-cols-[320px_1fr_320px] overflow-hidden" id="desktop-grid"
style="height: calc(100vh - 64px);" class="hidden md:grid h-full overflow-hidden relative"
style="grid-template-columns: var(--col-left, 320px) 1fr var(--col-right, 320px);"
> >
<aside class="border-r border-neutral-200 overflow-y-auto"><ColJournal /></aside> <aside id="col-left-aside" class="border-r border-neutral-200 overflow-y-auto h-full"><ColJournal /></aside>
<main class="overflow-hidden"><ColCentre /></main> <main class="overflow-hidden h-full relative">
<aside class="border-l border-neutral-200 overflow-y-auto"><ColInsta /></aside> <ColCentre />
<!-- Toggle gauche : pose sur le bord gauche de la colonne centrale -->
<button
type="button"
id="toggle-col-left"
aria-label="Replier/deplier colonne gauche"
class="hidden md:flex absolute left-0 top-1/2 -translate-y-1/2 z-20 w-5 h-12 items-center justify-center bg-white border border-neutral-200 border-l-0 rounded-r text-neutral-500 hover:bg-neutral-50 hover:text-neutral-900 transition-colors cursor-pointer"
style="font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1;"
>
<span id="toggle-col-left-icon">&lsaquo;</span>
</button>
<!-- Toggle droite : pose sur le bord droit de la colonne centrale -->
<button
type="button"
id="toggle-col-right"
aria-label="Replier/deplier colonne droite"
class="hidden md:flex absolute right-0 top-1/2 -translate-y-1/2 z-20 w-5 h-12 items-center justify-center bg-white border border-neutral-200 border-r-0 rounded-l text-neutral-500 hover:bg-neutral-50 hover:text-neutral-900 transition-colors cursor-pointer"
style="font-family:'Courier New',Courier,monospace;font-size:14px;line-height:1;"
>
<span id="toggle-col-right-icon">&rsaquo;</span>
</button>
</main>
<aside id="col-right-aside" class="border-l border-neutral-200 overflow-y-auto h-full"><ColInsta /></aside>
</div> </div>
<!-- Mobile : SwipeContainer Vue island - header 48px + tabbar 44px = 92px reserves --> <!-- Mobile : SwipeContainer Vue island - tabbar 44px reserve dans la zone flex-1 -->
<div class="md:hidden overflow-hidden" style="height: calc(100dvh - 48px - 44px); margin-top: 44px;"> <div class="md:hidden h-full overflow-hidden" style="padding-top: 44px;">
<SwipeContainer client:load> <SwipeContainer client:load>
<ColJournal slot="left" /> <ColJournal slot="left" />
<ColCentre slot="center" /> <ColCentre slot="center" />
<ColInsta slot="right" /> <ColInsta slot="right" />
</SwipeContainer> </SwipeContainer>
</div> </div>
<script>
// V1.3-F : toggle replier/deplier colonnes laterales desktop.
// Etat persiste en sessionStorage. Quand replie : col = 0px, aside cache, ColCentre s'etend.
const KEY_LEFT = 'tf-col-left-collapsed';
const KEY_RIGHT = 'tf-col-right-collapsed';
const grid = document.getElementById('desktop-grid') as HTMLElement | null;
const asideLeft = document.getElementById('col-left-aside') as HTMLElement | null;
const asideRight = document.getElementById('col-right-aside') as HTMLElement | null;
const btnLeft = document.getElementById('toggle-col-left') as HTMLButtonElement | null;
const btnRight = document.getElementById('toggle-col-right') as HTMLButtonElement | null;
const iconLeft = document.getElementById('toggle-col-left-icon');
const iconRight = document.getElementById('toggle-col-right-icon');
let collapsedLeft = false;
let collapsedRight = false;
try {
collapsedLeft = sessionStorage.getItem(KEY_LEFT) === '1';
collapsedRight = sessionStorage.getItem(KEY_RIGHT) === '1';
} catch { /* mode prive */ }
const apply = () => {
if (!grid) return;
grid.style.setProperty('--col-left', collapsedLeft ? '0px' : '320px');
grid.style.setProperty('--col-right', collapsedRight ? '0px' : '320px');
if (asideLeft) asideLeft.style.display = collapsedLeft ? 'none' : '';
if (asideRight) asideRight.style.display = collapsedRight ? 'none' : '';
// Icones : pointe vers la direction d'ouverture (sens depliage).
if (iconLeft) iconLeft.innerHTML = collapsedLeft ? '&rsaquo;' : '&lsaquo;';
if (iconRight) iconRight.innerHTML = collapsedRight ? '&lsaquo;' : '&rsaquo;';
};
apply();
btnLeft?.addEventListener('click', () => {
collapsedLeft = !collapsedLeft;
try { sessionStorage.setItem(KEY_LEFT, collapsedLeft ? '1' : '0'); } catch { /* mode prive */ }
apply();
});
btnRight?.addEventListener('click', () => {
collapsedRight = !collapsedRight;
try { sessionStorage.setItem(KEY_RIGHT, collapsedRight ? '1' : '0'); } catch { /* mode prive */ }
apply();
});
</script>
</BaseLayout> </BaseLayout>

View File

@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
> >
<HamburgerMenu /> <HamburgerMenu />
<main class="min-h-screen bg-white"> <main class="h-full overflow-y-auto bg-white">
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24"> <article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
<!-- En-tete --> <!-- En-tete -->
@@ -24,14 +24,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
<p class="mt-4 text-neutral-600 text-base md:text-lg leading-relaxed"> <p class="mt-4 text-neutral-600 text-base md:text-lg leading-relaxed">
Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situes. Un commun vivant pour bifurquer ; ensemble, lentement, par accumulation de petits gestes situes.
</p> </p>
<div class="mt-8"> <!-- V1.3-F : CTA "commander" deplace tout en bas de page (apres avoir lu). -->
<a
href="/manifeste/commander"
class="inline-block px-5 py-2.5 border border-neutral-900 text-neutral-900 rounded-lg font-medium hover:bg-neutral-900 hover:text-white transition-colors"
>
Commander la version imprimee
</a>
</div>
</header> </header>
<!-- Corps du manifeste --> <!-- Corps du manifeste -->
@@ -203,6 +196,20 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
</div> </div>
</section> </section>
<!-- V1.3-F : CTA commander version papier — bord rouge brique #B5443A, signal politique fort.
Place en bas : le lecteur a lu, il sait ce qu'il achete. Tranquille. -->
<section class="mt-16 pt-10 border-t border-neutral-200 text-center">
<p class="text-sm italic text-neutral-500 mb-4">
Manifeste lu. J'achete la version papier, tranquille.
</p>
<a
href="/manifeste/commander"
class="inline-block px-6 py-3 border-2 border-[#B5443A] text-[#0F172A] bg-[#FAFAF7] font-medium text-base hover:bg-[#E5C3BE] transition-colors"
>
Commander la version papier
</a>
</section>
<!-- En lire plus --> <!-- En lire plus -->
<footer class="mt-16 pt-10 border-t border-neutral-200 text-center"> <footer class="mt-16 pt-10 border-t border-neutral-200 text-center">
<p class="text-neutral-600 mb-4">En lire plus</p> <p class="text-neutral-600 mb-4">En lire plus</p>

View File

@@ -10,7 +10,7 @@ import HamburgerMenu from '../../components/astro/HamburgerMenu.astro';
> >
<HamburgerMenu /> <HamburgerMenu />
<main class="min-h-screen bg-white"> <main class="h-full overflow-y-auto bg-white">
<article class="max-w-xl mx-auto px-6 py-16 md:py-24"> <article class="max-w-xl mx-auto px-6 py-16 md:py-24">
<header class="mb-10"> <header class="mb-10">

View File

@@ -10,7 +10,7 @@ import HamburgerMenu from '../components/astro/HamburgerMenu.astro';
> >
<HamburgerMenu /> <HamburgerMenu />
<main class="min-h-screen bg-white"> <main class="h-full overflow-y-auto bg-white">
<article class="max-w-2xl mx-auto px-6 py-16 md:py-24"> <article class="max-w-2xl mx-auto px-6 py-16 md:py-24">
<header class="mb-10"> <header class="mb-10">