Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

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

fix: add a placeholder in the conditions note

Hugo 6bf7aaaf 898016c5

+1
+1
app/islands/AutomationForm.tsx
··· 2403 2403 id={`cond-${i}-note`} 2404 2404 class={s.input} 2405 2405 type="text" 2406 + placeholder="Brief explanation of what this condition does" 2406 2407 value={cond.comment} 2407 2408 onInput={(e: Event) => 2408 2409 updateCondition(i, "comment", (e.target as HTMLInputElement).value)