Skip to content

Commit

Permalink
feat: open entries of ROLIE-Feed at load
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 15, 2023
1 parent f2d1aa4 commit 3ca6bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/feedview/feed/Feed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Collapsible header="Category" level="3" open={true}>
<Category categories={feed.category} />
</Collapsible>
<Collapsible header="Entries" level="3">
<Collapsible header="Entries" level="3" open={true}>
<Entries entries={feed.entry} />
</Collapsible>
{/if}

0 comments on commit 3ca6bd4

Please sign in to comment.