ccf5f85aa9
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).