feat: show archived note indicator banner in editor #183

PR
PR description

Shows a subtle ArchivedNoteBanner below the breadcrumb bar when a note is archived.

Changes

  • ArchivedNoteBanner.tsx โ€” muted banner with archive icon + Unarchive button (wired to same handler as Cmd+E)
  • EditorContent.tsx โ€” renders banner conditionally when entry.archived === true
  • 3 new tests, all 1456 tests pass

Acceptance criteria

  • Archived note shows subtle indicator below breadcrumb
  • Editor remains fully editable (banner is purely informational)
  • Indicator appears/disappears reactively via entry.archived from store
  • Unarchive button calls same handler as Cmd+E
CUT
cutter bot commented just now

๐ŸŽฌ Cutter preview โ€” PR #183

/note/some-archived-note-id
/note/some-archived-note-id โ€” Archived banner appears above the note with a one-click Unarchive action.
Unarchive a note from banner
Unarchive a note from banner โ€” Unarchive action clears the archived banner and confirms the note is unarchived.