Skip to content

statusChip

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts

Status chip for a CR row. An 'open' CR with a populated conflictState is "needs review" — a merge attempt hit conflicts, not a failure.

Signature

ts
function statusChip(cr: Pick<ChangeRequest, 'status' | 'conflictState'>): StatusChip

Parameters

NameType
cr`Pick<ChangeRequest, 'status'

Returns: StatusChip

Was this page helpful?

Download as PDF