Skip to content

fix(app): require confirmation for memory deletion - #88

Merged
comppaz merged 1 commit into
mainfrom
fix/memory-delete-confirmation
Dec 23, 2025
Merged

fix(app): require confirmation for memory deletion#88
comppaz merged 1 commit into
mainfrom
fix/memory-delete-confirmation

Conversation

@comppaz

@comppaz comppaz commented Dec 23, 2025

Copy link
Copy Markdown
Collaborator

Summary

  • Remove delete button from memory card hover menu
  • Users must now open the detail sidebar panel to delete a memory
  • The sidebar already has a confirmation dialog, preventing accidental deletion

Closes #81

Test plan

  • Hover over a memory card - only the panel icon should appear (no trash icon)
  • Click panel icon to open sidebar
  • Verify delete button exists in sidebar footer
  • Click delete and verify confirmation dialog appears
  • Confirm deletion works correctly

Remove delete button from memory card hover menu. Users must now open
the detail sidebar panel to delete a memory, which has a confirmation
dialog.

Closes #81
@comppaz
comppaz merged commit d4dfcc3 into main Dec 23, 2025
1 check passed
@comppaz
comppaz deleted the fix/memory-delete-confirmation branch December 23, 2025 09:35
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 confirmation dialog when deleting memories

1 participant