WIP push-to-talk Letta chat frontend
0
fork

Configure Feed

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

at main 12 lines 316 B view raw
1<script lang="ts"> 2 let { children } = $props(); 3</script> 4 5<div 6 class="bg-rose-pine-gold text-rose-pine-highlight-low p-3 rounded-md leading-snug grid grid-cols-[auto_1fr] gap-4" 7> 8 <span class="icon-[tabler--alert-triangle-filled] size-5 self-center"></span> 9 <div> 10 {@render children?.()} 11 </div> 12</div>