TopicRow

Domain

Horizontal list row for a forum topic showing title, status badges, pin/lock indicators, author, and reply/view counts.

Open topic

Code
<TopicRow topic={topic} href="/forum/topics/slug" />

Pinned and locked variants

Code
<TopicRow topic={{ ...topic, status: 'PINNED', isPinned: true }} href="#" />
<TopicRow topic={{ ...topic, status: 'LOCKED', isLocked: true }} href="#" />
Sourcemodules/domains/forum/topic/TopicRow.tsx