mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Session overview screen
This commit is contained in:
@@ -19,7 +19,7 @@ import Foundation
|
||||
// MARK: - Coordinator
|
||||
|
||||
enum UserSessionsOverviewCoordinatorResult {
|
||||
case openSessionDetails(session: UserSessionInfo)
|
||||
case openSessionOverview(session: UserSessionInfo, isCurrentSession: Bool)
|
||||
}
|
||||
|
||||
// MARK: View model
|
||||
@@ -28,9 +28,9 @@ enum UserSessionsOverviewViewModelResult {
|
||||
case showAllUnverifiedSessions
|
||||
case showAllInactiveSessions
|
||||
case verifyCurrentSession
|
||||
case showCurrentSessionDetails
|
||||
case showCurrentSessionOverview(sessionInfo: UserSessionInfo)
|
||||
case showAllOtherSessions
|
||||
case showUserSessionDetails(_ sessionId: String)
|
||||
case showUserSessionOverview(sessionInfo: UserSessionInfo)
|
||||
}
|
||||
|
||||
// MARK: View
|
||||
|
||||
Reference in New Issue
Block a user