[Spaces] M10.4.1 Home space data filtering #4570

- Added settings menu for Home space
This commit is contained in:
Gil Eluard
2021-10-07 15:37:20 +02:00
parent 6bf9683e6a
commit 0cf934de51
19 changed files with 259 additions and 16 deletions
@@ -21,6 +21,7 @@ enum SpaceMenuViewState {
case loading
case loaded
case deselect
case updateItem(_ indexPath: IndexPath)
case leaveOptions(_ displayName: String, _ isAdmin: Bool)
case error(Error)
}