Simplify Tracked Items row to just the source count

Drop the keyword-match list and recap-status text from the row view — both
are still visible/editable in the edit panel, the row just needed the source
count.
This commit is contained in:
Claude
2026-07-26 18:35:23 +00:00
parent bfe776b331
commit 175794cfc3
@@ -193,11 +193,6 @@
<div class="name">{event.name}</div>
<div class="sub">
{event.sourceIds.length} source{event.sourceIds.length === 1 ? '' : 's'} active
{#if event.keywords.length > 0}
· matching {event.keywords.map((k) => `"${k}"`).join(', ')}
{/if}
·
{event.recapIntervalHours === null ? 'no recaps' : `recap every ${event.recapIntervalHours}h`}
</div>
</div>
<span class="badge" class:active={event.active} onclick={() => toggleActive(event)} role="button" tabindex="0">