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/ComposeForm: add aria label

+2 -1
+2 -1
web/src/components/form/ComposeForm.tsx
··· 62 62 <button 63 63 type="button" 64 64 onClick={onClearQuote} 65 + aria-label="Clear quote" 65 66 className="text-neutral-400 hover:text-red-400 ml-2" 66 67 > 67 - x 68 + 68 69 </button> 69 70 </div> 70 71 )}