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.

fmt

+3 -2
+3 -1
web/src/components/form/BoardRowEditor.tsx
··· 57 57 </div> 58 58 <button 59 59 type="button" 60 - onClick={() => onChange([...boards, { slug: "", name: "", description: "" }])} 60 + onClick={() => 61 + onChange([...boards, { slug: "", name: "", description: "" }]) 62 + } 61 63 className="mt-2 text-neutral-400 hover:text-neutral-300 text-xs" 62 64 > 63 65 + add board
-1
web/src/index.css
··· 51 51 visibility: visible; 52 52 } 53 53 } 54 -