Captured
{#if loading}
Loading captures...
{:else if captures.length}
{#each captures as capture}
{captureTitle(capture)}
{capture.url || capture.domain || capture.kind || 'Browser capture'}
{/each}
{:else}
No browser captures yet. Send a page, selection, link, or file from the browser extension.
{/if}
Recent Activity
{#if hasActivity}
{/if}
{#if loading}
Loading activity...
{:else if activity.length}
{#each activity as item}
{activityTitle(item)}
{item.occurredAt || item.receivedAt || item.type || 'Activity event'}
{/each}
{:else}
No activity events yet. File changes, captures, and conversions will appear here.
{/if}
Worklog Suggestions
{#if loading}
Loading worklog suggestions...
{:else if worklogSuggestions.length}
{#each worklogSuggestions as item}
{worklogTitle(item)}
{item.minutes ? item.minutes + ' min' : item.date || 'Suggested worklog'}
{/each}
{:else}
No worklog suggestions yet. Activity will be grouped into suggestions once work starts.
{/if}
Quick Actions
{#if hasFiles}
{/if}
{#if hasActivity}
{/if}