work-in-progress atproto PDS
typescript atproto pds atcute
4
fork

Configure Feed

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

chore: nit

Mary a00c36f6 a5869acc

-1
-1
packages/danaus/src/web/primitives/input.tsx
··· 95 95 required={required ?? fieldContext?.required} 96 96 aria-describedby={ariaDescribedBy} 97 97 aria-invalid={fieldContext?.validationStatus === 'error' ? true : undefined} 98 - // class={input({ hasContentBefore, hasContentAfter })} 99 98 class={[ 100 99 'h-full grow', 101 100 'box-border',