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

@@ -147,7 +147,7 @@ struct ProfileView: View {
Divider()
InnerTimelineView(events: $profile.events, damus: damus_state, show_friend_icon: false)
InnerTimelineView(events: $profile.events, damus: damus_state, show_friend_icon: false, filter: { _ in true })
}
.frame(maxHeight: .infinity, alignment: .topLeading)
}