Skip to content

feat: rename and Get Info from sidebar context menu - #121

Merged
fjbarrett merged 1 commit into
mainfrom
feat/sidebar-context-enhancements
Jun 15, 2026
Merged

feat: rename and Get Info from sidebar context menu#121
fjbarrett merged 1 commit into
mainfrom
feat/sidebar-context-enhancements

Conversation

@fjbarrett

Copy link
Copy Markdown
Owner

Summary

  • Rename: clicking Rename in the ⋯ menu turns the sidebar row into an inline input pre-filled with the current title; Enter/blur commits, Escape cancels
  • Get Info: clicking Get Info (available in both normal and trash mode) opens a Mac-style modal with Kind, Created, Modified, word count, character count, and size
  • Load behavior: app now shows the notes list/placeholder on load instead of auto-opening a blank editor

Test plan

  • Right-click (⋯) a note → Rename → type new name → Enter → title updates in sidebar and persists
  • Rename → Escape → no change
  • Rename → blur without changing → no change
  • Right-click → Get Info → verify Created/Modified dates, word count, and kind are correct
  • Get Info on a Markdown note shows "Markdown"; plain text shows "Plain text"
  • Get Info in Trash mode works
  • Loading the app at / shows the placeholder/grid, not a blank editor
    🤖 Generated with Claude Code

Adds two new context menu items to each note row in the sidebar.

Rename triggers an inline input replacing the title text, pre-filled
with the current display title; commits on Enter/blur, cancels on
Escape. Saves an explicit title field so it persists independently of
body-inferred titles.

Get Info opens a Mac-style modal showing Kind, Created, Modified,
word count, character count, and byte size.

Also changes the initial load to show the placeholder/grid rather than
auto-opening a blank new-note editor.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
keep Ready Ready Preview, Comment Jun 15, 2026 10:02pm

@fjbarrett
fjbarrett merged commit 95c4eac into main Jun 15, 2026
3 checks passed
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