PM-11174 Action card for import logins flow (#4057)

This commit is contained in:
Dave Severns
2024-10-11 10:49:34 -04:00
committed by GitHub
parent 028242c4be
commit ba8e3a6c51
50 changed files with 856 additions and 11 deletions

View File

@@ -1079,6 +1079,10 @@ private val DEFAULT_STATE: MainState = MainState(
isScreenCaptureAllowed = true,
)
private val DEFAULT_FIRST_TIME_STATE = UserState.FirstTimeState(
showImportLoginsCard = true,
)
private const val SPECIAL_CIRCUMSTANCE_KEY: String = "special-circumstance"
private val DEFAULT_ACCOUNT = UserState.Account(
userId = "activeUserId",
@@ -1097,6 +1101,7 @@ private val DEFAULT_ACCOUNT = UserState.Account(
hasMasterPassword = true,
isUsingKeyConnector = false,
onboardingStatus = OnboardingStatus.COMPLETE,
firstTimeState = DEFAULT_FIRST_TIME_STATE,
)
private val DEFAULT_USER_STATE = UserState(