ApplicationStatusBadge
DomainTracks an application's lifecycle from Pending through Offered or Rejected.
PendingReviewingShortlistedInterviewOfferedRejectedWithdrawn
{(['PENDING', 'REVIEWING', 'SHORTLISTED', 'INTERVIEW', 'OFFERED', 'REJECTED', 'WITHDRAWN'] as const).map((s) => (
<ApplicationStatusBadge key={s} status={s} />
))}