Added isAllFieldsFilled property and a checkAllFieldsFilled function to the SignupState and LoginState classes to make sure the app can check if all the required fields are completed.
Added a section to check if isAllFieldsFilled and isValid are true => have the login button / signup button as "blue"/primary color, else, by default it is grey.
Updated the logic to have the button activated only when isAllFieldsFilled and isValid are true.
Fixed isValid bug
Updated thepassword and confirm password logic to build when either of them change.
Issue #90
isAllFieldsFilled
property and acheckAllFieldsFilled
function to theSignupState
andLoginState
classes to make sure the app can check if all the required fields are completed.isAllFieldsFilled
andisValid
are true => have the login button / signup button as "blue"/primary color, else, by default it is grey.isAllFieldsFilled
andisValid
are true.isValid
bugpassword
andconfirm password
logic to build when either of them change.