-
-
-
-
-
-
-
-
- {#each categories as cat (cat.id)}
-
- {/each}
-
-
- {#if showCategoryEditor}
-
-
- {#if categories.length > 0}
-
- {#each categories as cat (cat.id)}
- -
-
- {cat.name}
-
-
-
- {/each}
-
- {:else}
-
Noch keine Kategorien. Erstelle eine oben.
- {/if}
-
- {/if}
-
-
- {#if visible.length === 0}
-
- {#if tab === 'unread'}
-
Keine ungelesenen Artikel.
-
Reagiere im Feed mit „❤️ Interessiert" um Artikel hier zu sammeln.
- {:else if tab === 'favorites'}
-
Noch keine Favoriten.
- {:else}
-
Archiv ist leer.
- {/if}
-
- {:else}
-
- {#each visible as article (article.id)}
-
- {#if article.imageUrl}
-
- {/if}
-
-
- {article.siteName ?? 'Eigener Link'}
- {#if article.publishedAt}
- ·
- {formatRelativeTime(article.publishedAt)}
- {/if}
- {#if article.readingTimeMinutes}
- ·
- {article.readingTimeMinutes} min
- {/if}
- {#if article.type === 'saved'}
- eigen
- {/if}
-
-
- {#if article.excerpt}
-
{article.excerpt}
- {/if}
-
-
-
-
- {#if tab === 'archive'}
-
- {:else}
-
- {/if}
-
-
-
- {/each}
-
- {/if}
-
+