Files
eranos/src
Alex Gleason ccf5f85aa9 Add CommentContext component showing 'Commenting on [name]' for kind 1111
Replace the previous ReplyContext approach for kind 1111 with a new
CommentContext component that fetches the root event and displays its
title/name. Handles all root types:
- Addressable events (A tag): fetches event, shows title/d-tag
- Regular events (E tag): fetches event, shows title with hover preview
- External content (I tag): shows URL hostname, ISBN, hashtag, etc.
  with links to the /i/ discussion page

Used in both NoteCard (feed/thread views) and PostDetailContent
(expanded post detail view).
2026-02-27 21:36:53 -06:00
..