web: add bulk read/unerad functionality

This commit is contained in:
2024-02-20 19:24:56 -08:00
parent de3f392bd7
commit f50fe7196e
8 changed files with 484 additions and 72 deletions

View File

@@ -15,7 +15,8 @@ pub(super) fn view(model: &Model) -> Node<Msg> {
results,
count,
pager,
} => view_search_results(&query, results.as_slice(), *count, pager),
selected_threads,
} => view_search_results(&query, results.as_slice(), *count, pager, selected_threads),
};
div![
C!["main-content"],