merge: PC6 journal n8n + JournalList (round 2)

This commit is contained in:
Jules Neny
2026-05-09 01:15:10 +02:00
6 changed files with 521 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
---
// ColJournal - colonne gauche : CTA Manifeste + Hashtags accordeon + Journal skeleton
// ColJournal - colonne gauche : CTA Manifeste + Hashtags accordeon + Journal (PC6)
// 7 hashtags = 7 plateformes (cf delta 15 du PILOTE-PC.md)
import JournalList from '../vue/JournalList.vue';
const hashtags = [
{ tag: '#manifeste', plateforme: 'Blog trans-former.fr', canal: 'ecriture longue' },
{ tag: '#building-public', plateforme: 'LinkedIn', canal: 'journal pro' },
@@ -55,10 +57,7 @@ const hashtags = [
<span class="text-xs text-neutral-400 font-normal">chrono</span>
</h2>
<div id="journal-list" class="space-y-3 text-sm">
<!-- PC6 remplit ce slot via <JournalList client:visible /> -->
<p class="text-neutral-400 italic text-xs">
Chargement du journal...
</p>
<JournalList client:visible />
</div>
</section>
</div>