Skip to content
Failed

Changes

Summary

  1. splash and Acknowledgement screen added (commit: 9e0e340) (details)
  2. respect credential module added (commit: ad6d2af) (details)
  3. added login screen (commit: d3f2d44) (details)
  4. merged main branch (commit: cbb3589) (details)
  5. added whole signup flow (commit: 730174e) (details)
  6. commit (commit: eda03e0) (details)
  7. main merged (commit: a3f5b45) (details)
  8. commit (commit: d177395) (details)
  9. test updated adding login flow (commit: d66722f) (details)
  10. test description added login flow (commit: 63e668f) (details)
  11. pull request changes (commit: 25e8fc6) (details)
  12. Profile pic added (commit: 46f19dc) (details)
  13. back button hidden (commit: 0e7dd68) (details)
  14. Add initial RespectAccountManager. (commit: cf87e1d) (details)
  15. Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20) (details)
  16. ConfirmationScreen : do not use lazy column. (commit: 4edf0cd) (details)
Commit 9e0e3401a3032021f5be76261ae2ced59c2162ee by nikunj.sharma
splash and Acknowledgement screen added
(commit: 9e0e340)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was addedcomposeApp/src/desktopMain/resources/img/spix_logo.png
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/NavCommand.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedcomposeApp/src/androidMain/res/drawable/respect_logo.webp
The file was addedcomposeApp/src/androidMain/res/drawable/spix_logo.webp
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was addedcomposeApp/src/desktopMain/resources/img/respect_logo.png
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/RespectComposeNavController.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppIcon.kt
Commit ad6d2af67332afe5ccc1f7143e4d3e76191fa525 by nikunj.sharma
respect credential module added
(commit: ad6d2af)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was modifiedsettings.gradle.kts (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialDescriptorJSON.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorAssertionResponseJSON.kt
The file was addedrespect-credentials/build.gradle.kts
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsPRFOutputsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/ClientDataJSON.kt
The file was addedrespect-credentials/src/main/AndroidManifest.xml
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsClientOutputsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRpEntity.kt
The file was addedrespect-credentials/.gitignore
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialParameters.kt
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/RandomString.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRequestOptionsJSON.kt
The file was addedrespect-credentials/proguard-rules.pro
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialUserEntityJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationResponseJSON.kt
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorSelectionCriteria.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialCreationOptionsJSON.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt (diff)
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockSubmitRedeemInviteRequestUseCase.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/ActionBarButtonUiState.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectInviteInfo.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/joinclazzwithcode/JoinClazzWithCodeScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/AppUiState.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/waitingforapproval/WaitingForApprovalScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/UstadExposedDropDownMenuField.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/termsandcondition/TermsAndConditionScreen.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/RespectComposeNavController.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
Commit d66722fc40d70bec6d9c3b9a44d2ac45d67de776 by Pooja Ravi
test updated adding login flow
(commit: d66722f)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/001_browse_lessons_test.yaml (diff)
Commit 63e668f5d67d479309692a2f86f9846b6ce242be by Pooja Ravi
test description added login flow
(commit: 63e668f)
The file was modifiedrespect-test-end-to-end/test-description/001_browse_lessons_test_description.md (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterClassGUIDRef.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/createaccount/CreateAccountScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectRedeemInviteRequest.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/components/RespectImageSelectButton.android.kt
The file was addedrespect-app-compose/src/androidMain/res/xml/file_paths.xml
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectImageSelectButton.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/components/RespectImageSelectButton.desktop.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
Commit cf87e1d34ee2ad820d59d103225ec0303da2b201 by Mike Dawson
Add initial RespectAccountManager.
(commit: cf87e1d)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/respectaccount/list/RespectAccountListViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
Commit d4e9e20327526f7063359077a3c8e3d1fec7f8f0 by Mike Dawson
Add RespectLocalDateField. Remove DateOfBirthSelector.
(commit: d4e9e20)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectLocalDateField.kt
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/IntExt.kt
The file was removedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was removedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
Commit 4edf0cd206527256d2a9b911ee164ec1369b8733 by Mike Dawson
ConfirmationScreen : do not use lazy column.
(commit: 4edf0cd)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt (diff)