{#if showAttention && attentionQueue.length > 0}
{#each attentionQueue as item (item.projectId)}
focusProject(item.projectId)} >
{item.projectId.slice(0, 12)}
{item.attentionReason}
{#if item.contextPressure !== null && item.contextPressure > 0.5}
ctx {Math.round(item.contextPressure * 100)}%
{/if}
{/each}
{/if}