mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
P4: status pills now carry an icon alongside the colored tint (circle-check / triangle-alert / star / infinity / pause), so color is no longer the sole signal. Drop the redundant dot. P4: default sort on the active goals list becomes attention-first — behind → on_track → no_target_date → paused, alphabetical within bucket. The user opens the page and lands on the goals that need them. P5: add a Paused filter chip + render paused goal cards with opacity-75 so they read as inactive at a glance. Rename "No date" chip to "Open-ended" — clearer to non-jargon readers.
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
<span class="inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium whitespace-nowrap <%= classes %>" aria-label="<%= label %>">
|
|
<%= helpers.icon(icon_name, size: "xs") %>
|
|
<%= label %>
|
|
</span>
|