From d4deaa77163b09a08c1123557ded5ade8c07967d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 14 Apr 2026 14:41:12 +0400 Subject: [PATCH] =?UTF-8?q?chore:=20mise=20=C3=A0=20jour=20todo.md=20?= =?UTF-8?q?=E2=80=94=20cl=C3=B4ture=20P3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Lazy loading : déjà implémenté (dynamic imports jsPDF/html2canvas/md-editor) - NextAuth v5 stable : bloquée, pas de v5 stable publiée à ce jour - Responsive mobile : à vérifier manuellement sur appareil Co-Authored-By: Claude Sonnet 4.6 --- tasks/todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/todo.md b/tasks/todo.md index 4970560..d6d4a9d 100644 --- a/tasks/todo.md +++ b/tasks/todo.md @@ -22,6 +22,6 @@ - [x] ISR page d'accueil (`revalidate`) - [x] Dockerisation frontend (`output: standalone`) - [x] Audit accessibilité WCAG 2.1 -- [ ] Responsive mobile dashboard -- [ ] Lazy loading jsPDF + md-editor -- [ ] Migration NextAuth v5 stable +- [ ] Responsive mobile dashboard ⚠️ à vérifier manuellement (DevTools mobile / vrai appareil) +- [x] Lazy loading jsPDF + md-editor (déjà implémenté : dynamic import + next/dynamic) +- [ ] Migration NextAuth v5 stable ⏸ bloquée — v5 stable non publiée (beta.30 = dernière dispo)