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/reply: fix unclear reply labels

+1 -1
+1 -1
tui/screens/compose/reply.py
··· 37 37 ("reply", 0), 38 38 ) 39 39 with Vertical(): 40 - yield Static(f"reply to: {self.thread.title}", classes="title") 40 + yield Static(f"thread: {self.thread.title}", classes="title") 41 41 if self.parent_post: 42 42 body_preview = self.parent_post.body[:60] + ( 43 43 "..." if len(self.parent_post.body) > 60 else ""