From 5dc335ad17a8fbbdf9c9eaa98f66c7a72f2c34bf Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Mon, 25 May 2026 06:31:04 +0200 Subject: [PATCH] =?UTF-8?q?refactor(todos):=20FAB=20unique=20+=20pour=20cr?= =?UTF-8?q?=C3=A9er=20une=20t=C3=A2che=20(mobile=20et=20laptop)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supprime le bouton "Nouvelle tâche" laptop, remplace par le même FAB circulaire que mobile — position adaptée (bottom: 72px mobile, 24px laptop). Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/TodosPage.tsx | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/frontend/src/pages/TodosPage.tsx b/frontend/src/pages/TodosPage.tsx index 36409d4..1d9cf1f 100644 --- a/frontend/src/pages/TodosPage.tsx +++ b/frontend/src/pages/TodosPage.tsx @@ -395,15 +395,12 @@ export default function TodosPage() { )} - {/* FAB mobile */} + {/* FAB création — mobile : au-dessus de la barre de nav ; laptop : coin bas-droit */} - - {/* Bouton création laptop */} - ) }