web: show thread count when greater than 1
This commit is contained in:
parent
37eb3d1dfd
commit
fae4e43682
@ -9,6 +9,7 @@ query FrontPageQuery($query: String!, $after: String $before: String, $first: In
|
||||
}
|
||||
nodes {
|
||||
thread
|
||||
total
|
||||
timestamp
|
||||
subject
|
||||
authors
|
||||
|
||||
@ -121,9 +121,7 @@ fn view_search_results(
|
||||
td![
|
||||
C!["from"],
|
||||
pretty_authors(&r.authors),
|
||||
// TODO(wathiede): visualize message count if more than one message is in the
|
||||
// thread
|
||||
//IF!(r.total>1 => small![" ", r.total.to_string()]),
|
||||
IF!(r.total>1 => small![" ", r.total.to_string()]),
|
||||
],
|
||||
td![
|
||||
C!["subject"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user