Files
Momento/memento-note/components
sepehr f93752de14
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 44s
fix: dynamic note restore without page reload + fix note list sync bugs
- NoteHistoryModal: remove window.location.reload(), use onRestored(restored) callback
- NotesTabsView: revert sync derivation to useEffect, add prevNotesRef to detect
  server-side content changes (restore) vs local edits — fixes note disappear bug
  and cross-notebook notes appearing after refresh
- NoteInlineEditor key: include updatedAt so restoration remounts editor with fresh content
- note-card: render title/content/labels from note prop directly, not optimisticNote
2026-05-02 20:18:18 +02:00
..