your personal website on atproto - mirror blento.app
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

at section-settings 12 lines 279 B view raw
1<script lang="ts"> 2 import { Button } from '@foxui/core'; 3 import Icon from './Icon.svelte'; 4 5 let { onclick }: { onclick: () => void } = $props(); 6</script> 7 8<Button {onclick} variant="ghost" class="w-full justify-start"> 9 <Icon class="size-4" /> 10 11 Embed stream.place 12</Button>