[Spaces] M10.6 Space preview bottom sheet #4497

This commit is contained in:
Gil Eluard
2021-09-06 07:46:43 +03:00
parent d7a19a7531
commit 254e5a1b76
25 changed files with 978 additions and 27 deletions
@@ -21,6 +21,6 @@ import Foundation
/// SpaceListViewController view state
enum SpaceListViewState {
case loading
case loaded(_ sections: [SpaceListSection])
case loaded(_ sections: [SpaceListSection], _ homeIndexPath: IndexPath)
case error(Error)
}