Add replies filter and tabs

Closes: #31
Changelog-Added: Tabs to switch between posts and replies in home view
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
James Carucci
2022-09-04 19:42:22 -04:00
committed by William Casarin
parent 7bdd8048b0
commit 72900894c0
5 changed files with 42 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ struct SearchHomeView: View {
}
var GlobalContent: some View {
TimelineView(events: $model.events, loading: $model.loading, damus: damus_state, show_friend_icon: true)
TimelineView(events: $model.events, loading: $model.loading, damus: damus_state, show_friend_icon: true, filter: { _ in true })
}
var SearchContent: some View {