diff --git a/memento-note/components/note-card.tsx b/memento-note/components/note-card.tsx index 3d1d367..43f1fda 100644 --- a/memento-note/components/note-card.tsx +++ b/memento-note/components/note-card.tsx @@ -597,7 +597,7 @@ export const NoteCard = memo(function NoteCard({ {/* Versioning indicator */} {optimisticNote.historyEnabled && (
diff --git a/memento-note/components/notes-editorial-view.tsx b/memento-note/components/notes-editorial-view.tsx index 4e48365..68e1624 100644 --- a/memento-note/components/notes-editorial-view.tsx +++ b/memento-note/components/notes-editorial-view.tsx @@ -436,8 +436,12 @@ export function NotesEditorialView({ />
-

- {title} +

+ + {note.isPinned && } + {note.historyEnabled && } + {title} + diff --git a/memento-note/components/notes-list-views.tsx b/memento-note/components/notes-list-views.tsx index ce61800..7677e86 100644 --- a/memento-note/components/notes-list-views.tsx +++ b/memento-note/components/notes-list-views.tsx @@ -46,6 +46,7 @@ import { FolderOpen, Sparkles, Loader2, + History, } from 'lucide-react' import { cn } from '@/lib/utils' import { useHydrated } from '@/lib/use-hydrated' @@ -404,6 +405,7 @@ export function NotesListViews({ {note.isPinned && } + {note.historyEnabled && } {title}