TopicRow
DomainHorizontal list row for a forum topic showing title, status badges, pin/lock indicators, author, and reply/view counts.
<TopicRow topic={topic} href="/forum/topics/slug" /><TopicRow topic={{ ...topic, status: 'PINNED', isPinned: true }} href="#" />
<TopicRow topic={{ ...topic, status: 'LOCKED', isLocked: true }} href="#" />