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/PostMeta: fix kb nav

+6
+6
web/src/components/post/PostMeta.tsx
··· 21 21 role="link" 22 22 tabIndex={0} 23 23 onClick={handleClick} 24 + onKeyDown={(event) => { 25 + if (event.key === "Enter" || event.key === " ") { 26 + event.preventDefault(); 27 + handleClick(event as unknown as React.MouseEvent); 28 + } 29 + }} 24 30 className="text-neutral-200 hover:underline cursor-pointer" 25 31 > 26 32 {handle}