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.

coalesce board placeholders

+2 -2
+1 -1
tui/screens/sysop/bbs_form.py
··· 13 13 14 14 DEFAULT_BOARD = { 15 15 "slug": "general", 16 - "name": "General Discussion", 16 + "name": "General", 17 17 "description": "Whatever's on your mind.", 18 18 "created_at": "", 19 19 }
+1 -1
web/src/pages/SysopCreate.tsx
··· 23 23 const [boards, setBoards] = useState<BoardRow[]>([ 24 24 { 25 25 slug: "general", 26 - name: "General Discussion", 26 + name: "General", 27 27 desc: "Whatever's on your mind.", 28 28 }, 29 29 ]);