From 17d063a2f7837fa01c523a8c3c899b6793bbaf47 Mon Sep 17 00:00:00 2001 From: Etienne Delvarre Date: Thu, 23 Jul 2026 15:08:56 +0200 Subject: [PATCH] =?UTF-8?q?Renommage=20Acte=201/2/3=20=E2=86=92=20D=C3=A9b?= =?UTF-8?q?ut/Milieu/Fin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app.js b/public/app.js index 753132b..3b937a5 100644 --- a/public/app.js +++ b/public/app.js @@ -1,4 +1,4 @@ -const ACTES_FRISE = ["Prologue", "Acte 1", "Acte 2", "Acte 3", "Épilogue"]; +const ACTES_FRISE = ["Prologue", "Début", "Milieu", "Fin", "Épilogue"]; const STATUT_TAGS = ['À revoir', 'À garder', 'À étudier']; function getStatutTag(r) { @@ -1785,7 +1785,7 @@ let currentSceneId = null; let saveTimeout = null; let wordCounts = {}; // sceneId → word count (cached) -const ACTE_ORDER = ["Prologue", 'Acte 1', 'Acte 2', 'Acte 3', "Épilogue"]; +const ACTE_ORDER = ["Prologue", 'Début', 'Milieu', 'Fin', "Épilogue"]; function buildBinder() { const binder = document.getElementById('binder');