chiark / gitweb /
Implement viewing the thread of a selected post.
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:06:15 +0000 (08:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 08:16:16 +0000 (08:16 +0000)
commite2cce983ac8d5a75332c2ee067bf245a2ae25cee
treea81c4b7a8a019f52476cde4fc2b8ab3742eecfbe
parent185ebac2ad32ccb98a96da3281c62d4763a81baf
Implement viewing the thread of a selected post.

Just as in the Python version, I provide an extra convenience method
which calls the API service twice, once to find the post's ultimate
top-level ancestor, and then again on that post to show the full
thread (maximal connected component) that it's a part of, not just its
own particular line.
src/activity_stack.rs
src/client.rs
src/file.rs
src/tui.rs
src/types.rs