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.

tui/screens: focus first thread

+3
+3
tui/screens/board.py
··· 65 65 label = f" {t.title} — {t.author.handle} · {format_datetime(t.created_at)}" 66 66 await lv.append(ListItem(Static(label), name=t.uri)) 67 67 68 + if self.threads: 69 + lv.index = 0 70 + 68 71 # Remove old next page button if present 69 72 try: 70 73 await self.query_one("#next-page", Button).remove()