atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

include pending text with tag input

Juliet e91d8c02 d7f8ee8b

+5 -1
+5 -1
src/components/tag-input.tsx
··· 30 30 31 31 return ( 32 32 <div class="flex min-w-0 grow flex-col gap-1.5"> 33 - <input type="hidden" name={props.name} value={tags().join(",")} /> 33 + <input 34 + type="hidden" 35 + name={props.name} 36 + value={[...tags(), inputValue().trim()].filter(Boolean).join(",")} 37 + /> 34 38 <div class="flex gap-1.5"> 35 39 <TextInput 36 40 value={inputValue()}