From 5458090523659e47385974353aaa62ce3d5e94ca Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 16:36:10 -0700 Subject: [PATCH] fix(notes): align active surface copy --- mobile/src/app/note/[id].tsx | 4 ++-- web/src/app/(app)/notes/[noteId]/page.tsx | 4 ++-- web/src/app/(app)/workspaces/page.tsx | 2 +- web/src/app/not-found.tsx | 2 +- web/src/app/page.tsx | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mobile/src/app/note/[id].tsx b/mobile/src/app/note/[id].tsx index 0f2a735..374cdcb 100644 --- a/mobile/src/app/note/[id].tsx +++ b/mobile/src/app/note/[id].tsx @@ -70,8 +70,8 @@ export default function NoteDetailScreen() { { - updateNote(noteId, draftTitle, draftBody); + onPress={async () => { + await updateNote(noteId, draftTitle, draftBody); setIsEditing(false); }} > diff --git a/web/src/app/(app)/notes/[noteId]/page.tsx b/web/src/app/(app)/notes/[noteId]/page.tsx index 9aee76f..e42d8aa 100644 --- a/web/src/app/(app)/notes/[noteId]/page.tsx +++ b/web/src/app/(app)/notes/[noteId]/page.tsx @@ -112,7 +112,7 @@ export default function NoteDetailPage() { return ( Loading} >
@@ -125,7 +125,7 @@ export default function NoteDetailPage() { return ( {isSaving ? "Saving" : `Review: ${note.metadata.reviewState}`}} >
diff --git a/web/src/app/(app)/workspaces/page.tsx b/web/src/app/(app)/workspaces/page.tsx index e82b6e6..2f574fb 100644 --- a/web/src/app/(app)/workspaces/page.tsx +++ b/web/src/app/(app)/workspaces/page.tsx @@ -56,7 +56,7 @@ export default function WorkspacesPage() { Saved views scaffolded
} + actions={
Saved views derived live
} >