Closed rakshitkamboj closed 3 years ago
@pratyushmp Can you please review this PR.
Attach a video of the changes you have made.
@rakshitkamboj There are merge conflicts in your PR, please resolve them
@pratyushmp Can you please help me in solving the conflicts. This is my first time having these type of conflicts. Can you please guide me in solving these ?
@rakshitkamboj make sure that the branch from which you creating a PR is up to date with the main repository of Batua.
@rakshitkamboj You need to make sure that your branch is even with the main branch. For that do the following :
git remote add upstream 'https://github.com/pratyushmp/Batua'
git fetch upstream
git pull upstream main
git push origin <your-branch-name>
Enter these 4 commands in ur terminal and this will even ur branch...that should fix this.
If this dosent work , we will find some other alternatives
@infiniteoverflow @pratyushmp Thanks a lot for helping. Now I think it have no conflicts in it . Please check it now.
@rakshitkamboj Good Job!!
I have successfully added a spinner in login_Screen that will show up after clicking on LoginButton and will hide when user will navigate to homeScreen and also if any error occurred during the process it will hide itself.