mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2021 New Vector Ltd
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -19,8 +19,10 @@ import Foundation
|
||||
/// The static list of mocked screens in RiotSwiftUI
|
||||
enum MockAppScreens {
|
||||
static let appScreens: [MockScreenState.Type] = [
|
||||
MockUserOtherSessionsScreenState.self,
|
||||
MockUserSessionsOverviewScreenState.self,
|
||||
MockUserSessionDetailsScreenState.self,
|
||||
MockUserSessionOverviewScreenState.self,
|
||||
MockLiveLocationLabPromotionScreenState.self,
|
||||
MockLiveLocationSharingViewerScreenState.self,
|
||||
MockAuthenticationLoginScreenState.self,
|
||||
@@ -33,6 +35,12 @@ enum MockAppScreens {
|
||||
MockAuthenticationForgotPasswordScreenState.self,
|
||||
MockAuthenticationChoosePasswordScreenState.self,
|
||||
MockAuthenticationSoftLogoutScreenState.self,
|
||||
MockAuthenticationQRLoginStartScreenState.self,
|
||||
MockAuthenticationQRLoginDisplayScreenState.self,
|
||||
MockAuthenticationQRLoginScanScreenState.self,
|
||||
MockAuthenticationQRLoginConfirmScreenState.self,
|
||||
MockAuthenticationQRLoginLoadingScreenState.self,
|
||||
MockAuthenticationQRLoginFailureScreenState.self,
|
||||
MockOnboardingCelebrationScreenState.self,
|
||||
MockOnboardingAvatarScreenState.self,
|
||||
MockOnboardingDisplayNameScreenState.self,
|
||||
@@ -63,4 +71,3 @@ enum MockAppScreens {
|
||||
// MockComposerScreenState.self
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user