mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:02:25 -05:00
[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:
parent
bbbdf01213
commit
c83e96b8a7
6 changed files with 90 additions and 102 deletions
|
|
@ -126,8 +126,17 @@ type WebStatus struct {
|
|||
// display this status in the web view.
|
||||
Indent int
|
||||
|
||||
// This status is the first status after
|
||||
// the "main" thread, so it and everything
|
||||
// This status is the last visible status
|
||||
// in the main thread, so everything below
|
||||
// can be considered "replies".
|
||||
ThreadLastMain bool
|
||||
|
||||
// This status is the one around which
|
||||
// the thread context was constructed.
|
||||
ThreadContextStatus bool
|
||||
|
||||
// This status is the first visibile status
|
||||
// after the "main" thread, so it and everything
|
||||
// below it can be considered "replies".
|
||||
ThreadFirstReply bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue