-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6287759
commit 1667a5d
Showing
6 changed files
with
97 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
...n/java/com/samuelokello/kazihub/presentation/shared/authentication/sign_up/SignUpState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
package com.samuelokello.kazihub.presentation.shared.authentication.sign_up | ||
|
||
import com.samuelokello.kazihub.presentation.shared.authentication.common.AuthState | ||
|
||
data class SignUpState ( | ||
// val isSignUpSuccessful: Boolean = false, | ||
val authenticationError: String? = null, | ||
val signUpError: String? = null, | ||
val signUpSuccess: Boolean = false, | ||
val userName: String = "", | ||
val firstName: String = "", | ||
val lastName: String = "", | ||
val role: String = "", | ||
val password: String = "", | ||
val navigateToHome: Boolean = false, | ||
val isLoading: Boolean = false, | ||
override val isLoading: Boolean = false, | ||
val navigateToSignIn: Boolean = false | ||
) | ||
): AuthState |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...c/main/java/com/samuelokello/kazihub/presentation/shared/profile/BusinessProfileScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
app/src/main/java/com/samuelokello/kazihub/presentation/worker/WorkerDetailScreeen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters