Session overview screen

This commit is contained in:
Aleksandrs Proskurins
2022-09-23 17:16:18 +03:00
parent 75f99801ef
commit b86c2ca150
18 changed files with 545 additions and 29 deletions
@@ -18,7 +18,6 @@ import SwiftUI
import CommonKit
struct UserSessionDetailsCoordinatorParameters {
let session: MXSession
let userSessionInfo: UserSessionInfo
}
@@ -33,7 +33,7 @@ enum MockUserSessionDetailsScreenState: MockScreenState, CaseIterable {
/// A list of screen state definitions
static var allCases: [MockUserSessionDetailsScreenState] {
// Each of the presence statuses
return [.allSections, sessionSectionOnly]
return [.allSections, .sessionSectionOnly]
}
/// Generate the view struct for the screen state.