From 45a6d8800a4dff7856b13df3a7890605865352aa Mon Sep 17 00:00:00 2001 From: lucaronin Date: Tue, 17 Feb 2026 19:56:41 +0100 Subject: [PATCH] feat: move timestamp below title in NoteList items Title now takes full width on top, with timestamp displayed below in 10px muted text, followed by the snippet. Applies to both flat list and context view items. Co-Authored-By: Claude Opus 4.6 --- src/components/NoteList.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/NoteList.tsx b/src/components/NoteList.tsx index 50019ea1..14e35db9 100644 --- a/src/components/NoteList.tsx +++ b/src/components/NoteList.tsx @@ -289,16 +289,16 @@ function NoteListInner({ entries, selection, selectedNote, allContent, modifiedF style={{ color: typeColor }} data-testid="type-icon" /> -
+
- {entry.title} + {entry.title}
- +
{relativeDate(getDisplayDate(entry))} - +
{entry.snippet}