You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Count decisions as decisions, and land the badge where it points
The dashboard's Needs-you widget said "0 of 12 decided" to someone who
had dismissed five findings and could only ever see eight: it counted
confirmations, called them decisions, and sized the queue with findings
the quotation check had already hidden. It now counts confirmed plus
dismissed, out of the queue a person is actually handed.
The awaiting badge sat on every screen and landed on every review ever
run, because the reviews list held its filter in component state where
no link could reach it. The list reads the filter from the URL now and
the badge points at it, which the toggle says out loud through
aria-pressed rather than through colour alone.
The projects widget was fetching the last review's date, its id and the
review count and drawing none of them. All three are on screen, the
outcome opens the review it describes, and every row offers the branch
review the plan asked for.
0 commit comments