feat(app): link memory to source session with focus-scroll navigation

Add a clickable session link in MemoryList detail panel that navigates
  to the source session and scrolls to the originating message. Refactor
  SessionDetail focus logic into a reusable focusPendingMessage() that
  reads ?focus=<uuid> from the route query, scrolls the target into view,
  and applies a pulse animation that fades out.
This commit is contained in:
tommy0103
2026-06-17 01:15:16 +08:00
parent 42c7c0da66
commit e3ca1735b9
4 changed files with 86 additions and 14 deletions
+2
View File
@@ -5,3 +5,5 @@ tests/
node_modules/
dist-renderer/
release/
docs/
.claude/