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/Login: add card

+5 -6
+5 -6
web/src/pages/Login.tsx
··· 107 107 )} 108 108 </div> 109 109 110 - <div className="text-neutral-400 text-xs space-y-2"> 110 + <div className="bg-neutral-900 border border-neutral-800 rounded p-4 text-xs text-neutral-400 space-y-3"> 111 111 <p>Once signed in, you can:</p> 112 - <ul className="list-disc list-inside space-y-1 text-neutral-400"> 112 + <ul className="list-disc list-inside space-y-1"> 113 113 <li>Post threads and replies</li> 114 114 <li>Pin boards you like</li> 115 115 <li>Set up a profile</li> 116 116 <li>Start your own community</li> 117 117 </ul> 118 + <p className="text-neutral-400 pt-3 border-t border-neutral-800"> 119 + You'll be redirected to your hosting provider to continue. 120 + </p> 118 121 </div> 119 - 120 - <p className="text-neutral-400 text-xs mt-6"> 121 - You'll be redirected to your hosting provider to continue. 122 - </p> 123 122 </div> 124 123 ); 125 124 }