Tracker-style card with issue ID, status pill, two-line title, and a footer of priority, assignee, and age.
Login fails on Safari 17 after the OAuth redirect
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ticket5 } from "@/components/beste/piece/ticket5";
<Ticket5
id="BUG-1432"
title="Login fails on Safari 17 after the OAuth redirect"
status="in-progress"
priority="P1"
assignee="ada"
age="2d"
openLabel="Open"
inProgressLabel="In Progress"
blockedLabel="Blocked"
doneLabel="Done"
/>