Skip to content

feat(app): add edit button for notes in memory card#89

Merged
comppaz merged 1 commit intomainfrom
feat/note-edit-button
Dec 23, 2025
Merged

feat(app): add edit button for notes in memory card#89
comppaz merged 1 commit intomainfrom
feat/note-edit-button

Conversation

@comppaz
Copy link
Copy Markdown
Collaborator

@comppaz comppaz commented Dec 23, 2025

Summary

  • Add pencil icon button on note memory cards
  • Opens the NoteEditor directly from the card (bypasses detail panel)
  • Only appears for "note" type memories (not web memories)

Closes #82

Test plan

  • Hover over a note memory card - should see pencil + panel icons
  • Hover over a web memory card - should only see panel icon (no pencil)
  • Click pencil icon on note - should open NoteEditor directly
  • Verify existing flow (panel → edit) still works

Add a pencil icon button on note memory cards that opens the editor
directly, without having to go through the detail panel first.

Closes #82
@comppaz comppaz merged commit de0c614 into main Dec 23, 2025
1 check passed
@comppaz comppaz deleted the feat/note-edit-button branch December 23, 2025 09:42
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.

feat: add edit button to notes so you can immediately open note editor

1 participant