UserActivityRow

Domain

Single activity entry in a user feed: kind icon, action verb, topic link, excerpt, time-ago.

All four kinds

Preview
  1. replied to How do I deploy a Next.js app to a VPS without Docker?

    You can use PM2 with a basic systemd service…

  2. earned the badge 30-day streak

Code
<UserActivityRow kind="reply" topicTitle="…" topicHref="…" excerpt="…" createdAt={date} />
Sourcemodules/domains/forum/user/UserActivityRow.tsx