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