Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web/FileChips: add aria label

+1
+1
web/src/components/form/FileChips.tsx
··· 15 15 <button 16 16 type="button" 17 17 onClick={() => onRemove(i)} 18 + aria-label={`Remove ${file.name}`} 18 19 className="text-neutral-400 hover:text-red-400" 19 20 > 20 21