{#each FILTERS as f}
(filter = f.id)} class="rounded-full border px-2.5 py-1 text-xs transition-colors {filter === f.id ? 'border-primary bg-primary/10 text-foreground' : 'border-border bg-card/60 text-muted-foreground backdrop-blur hover:bg-muted/50'}" > {f.label}
{counts[f.id] ?? 0}
{/each}
New task