From a1b39959defc94e61f2e4b8186ce008b3bda22c8 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sun, 28 Jun 2026 09:58:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20ic=C3=B4ne=20versioning=20d=C3=A9plac?= =?UTF-8?q?=C3=A9e=20top-3=20end-3=20+=20visibilit=C3=A9=20renforc=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L'icône était à bottom-3 end-3, masquée par la barre d'actions (bottom-0 full-width). Déplacée en top-3 end-3 avec badge vert (bg-emerald-500/10 + text-emerald-600) pour être visible d'un coup d'œil. --- memento-note/components/note-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memento-note/components/note-card.tsx b/memento-note/components/note-card.tsx index c3e3fc9..3d1d367 100644 --- a/memento-note/components/note-card.tsx +++ b/memento-note/components/note-card.tsx @@ -597,10 +597,10 @@ export const NoteCard = memo(function NoteCard({ {/* Versioning indicator */} {optimisticNote.historyEnabled && (
- +
)}