Skip to content

feat: rename a note's title inline in the Mac editor#321

Merged
fjbarrett merged 1 commit into
mainfrom
feat/mac-title-rename
Jul 10, 2026
Merged

feat: rename a note's title inline in the Mac editor#321
fjbarrett merged 1 commit into
mainfrom
feat/mac-title-rename

Conversation

@fjbarrett

Copy link
Copy Markdown
Owner

Summary

  • Adds an editable title field above the body in MacNoteDetail, matching the web editor's header rename
  • Commits on Enter or focus loss, Escape reverts, 36-char cap (web's TITLE_CHAR_LIMIT); shown read-only for trashed notes
  • Screenshot: ios/screenshots/keepmac-title-rename-20260709-204130.png

Test plan

  • xcodebuild -scheme KeepMac builds
  • Snapshot harness against a stub API shows the title field rendering above the body
  • Manual: rename a note, confirm the list row + web pick up the new title

🤖 Generated with Claude Code

The web editor renames titles from its header field; the Mac detail pane
only displayed the inferred title. An editable title now sits above the
body — commit on Enter or focus loss, Escape reverts, 36-char cap to
match the web's TITLE_CHAR_LIMIT, read-only in Trash.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@fjbarrett
fjbarrett merged commit 43ea2e3 into main Jul 10, 2026
3 checks passed
@fjbarrett
fjbarrett deleted the feat/mac-title-rename branch July 10, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant