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/BBS: add link to operator's profile

+3
+3
web/src/pages/BBS.tsx
··· 83 83 <p className="text-neutral-500 mb-3">{bbs.site.description}</p> 84 84 <ActionBar> 85 85 <PinButton bbsDid={bbs.identity.did} initialRkey={pinRkey} /> 86 + <ActionLink to={`/profile/${encodeURIComponent(handle)}`}> 87 + operator 88 + </ActionLink> 86 89 {isSysop && <ActionLink to="/account/edit">edit</ActionLink>} 87 90 {isSysop && <ActionLink to="/account/moderate">moderate</ActionLink>} 88 91 </ActionBar>