From 06c771ee9d88d1a3aa5c3102a08864573474a5b5 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sat, 4 Jul 2026 21:00:56 +0000 Subject: [PATCH] fix: bouton Historique visible directement dans la barre d'actions note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avant: History caché dans le menu '...' (MoreVertical) — invisible Maintenant: bouton History standalone comme Pin/Reminder/Color - Vert emerald si versioning activé - Gris discret si versioning désactivé - Cliquer ouvre l'historique ou l'activation --- memento-note/components/note-actions.tsx | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/memento-note/components/note-actions.tsx b/memento-note/components/note-actions.tsx index 1ba77a6..12efb7a 100644 --- a/memento-note/components/note-actions.tsx +++ b/memento-note/components/note-actions.tsx @@ -180,10 +180,10 @@ export function NoteActions({ const iconMap: Record = { text: AlignLeft, markdown: FileCode2, richtext: PenLine, checklist: ListChecks } const TypeIcon = iconMap[noteType] || FileText return ( - + )} + {/* More Options */}