Add my threads filtering

This commit is contained in:
ismailgulek
2021-11-19 03:36:51 +03:00
parent eac62e1811
commit d34f5d43f3
7 changed files with 89 additions and 8 deletions
@@ -23,5 +23,6 @@ enum ThreadListViewState {
case idle
case loading
case loaded
case showingFilterTypes
case error(Error)
}