From d6d3acd1fee44a7f39ecc15bf327804bb6a95c87 Mon Sep 17 00:00:00 2001
From: Gilles Soulier
Date: Mon, 25 May 2026 09:51:33 +0200
Subject: [PATCH] ux(fab): repositionner le bouton action sur la nav bar v0.4.7
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
FAB déplacé sur la barre de nav (bottom: 10px) au lieu de flotter
au-dessus de la liste — liste entièrement visible sur Shopping,
Todos et Notes. paddingBottom liste réduit à 64px (hauteur nav seule).
Co-Authored-By: Claude Sonnet 4.6
---
frontend/package.json | 2 +-
frontend/src/pages/NotesPage.tsx | 2 +-
frontend/src/pages/ShoppingPage.tsx | 4 ++--
frontend/src/pages/TodosPage.tsx | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontend/package.json b/frontend/package.json
index 168fa30..ffda4b9 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "homehub-frontend",
"private": true,
- "version": "0.4.6",
+ "version": "0.4.7",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/frontend/src/pages/NotesPage.tsx b/frontend/src/pages/NotesPage.tsx
index d575233..96efdcf 100644
--- a/frontend/src/pages/NotesPage.tsx
+++ b/frontend/src/pages/NotesPage.tsx
@@ -350,7 +350,7 @@ export default function NotesPage() {
{/* FAB */}
)}
-
+
{uncheckedItems.map(item => (
setShowForm(true)}
aria-label="Nouvelle tâche"
style={{