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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user