Feeds
Manage Feeds
{feed?.title || 'Feed'}
{#if error}
{error}
{/if} {#if feed}
{feed.title}
Visit Site
{#if feed.description}
{feed.description}
{/if}
{showUnreadOnly ? 'Show All' : 'Show Unread Only'}
Refresh Feed
Mark All as Read
{#if feed.lastFetched}
Last updated: {feed.lastFetched.toLocaleString()}
{/if}
{#if isLoading && $entries.length === 0}
{:else}
{/if} {:else if !isLoading}
Feed not found.
Back to Feeds
{/if}