Status pill rendered next to a project title on the Running dashboard. Encodes the prioritized-tier classification:
:late— pastplanned_end, not done (red, exclamation):near_done— progress ≥ 75% (green, flag):on_track— has tasks, not late, not near-done (info, check):empty— no tasks yet (ghost, inbox)
Use the tier: attr directly when the caller already knows the
tier; for callers driving the pill off a summary map use the
paired tier_for_summary/1 helper from OverviewLive.
Example
<.tier_pill tier={:late} />
Summary
Functions
Returns the daisyUI class, heroicon name, and gettext'd label for a tier.