[chore/frontend] Tweak threading a bit, inform about hidden replies (#3097)

* [chore/frontend] Tweak threading a bit, inform about hidden replies

* whoops

* round off bottom of replies col-header if no replies visible
This commit is contained in:
tobi 2024-07-13 12:26:16 +02:00 committed by GitHub
commit c83e96b8a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 90 additions and 102 deletions

View file

@ -1014,6 +1014,8 @@ func (suite *InternalToFrontendTestSuite) TestStatusToWebStatus() {
"PollOptions": null,
"Local": false,
"Indent": 0,
"ThreadLastMain": false,
"ThreadContextStatus": false,
"ThreadFirstReply": false
}`, string(b))
}