From 498fc89b7515e91e0ec1b84348461d453d5575f5 Mon Sep 17 00:00:00 2001 From: MiMoHo <37556964+MiMoHo@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:42:36 +0200 Subject: [PATCH 1/3] fix(notes-list): show group caption when only one group exists The notes list skipped the caption row whenever all notes fell into a single group. Fresh accounts whose notes were all created today never saw the Today heading. Render groups uniformly so captions appear from the first note on. Assisted-by: Claude Code:claude-fable-5 AI-assistant: Claude Code 2.1.187 (Claude Fable 5) Signed-off-by: MiMoHo <37556964+MiMoHo@users.noreply.github.com> --- src/components/NotesView.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/NotesView.vue b/src/components/NotesView.vue index f9a93235b..bc5aa56b0 100644 --- a/src/components/NotesView.vue +++ b/src/components/NotesView.vue @@ -24,12 +24,7 @@ /> - -