bsoc-bitbyte / myLeave

myLeave is a user-friendly app that streamlines leave request submissions and management.
4 stars 14 forks source link

Fix#30 Implemented login response handling and other changes. #31

Closed madhavs004 closed 1 month ago

madhavs004 commented 1 month ago

Overview

  1. This PR fixes or fixes part of #30
  2. This PR does the following: (a)Added intent to navigate to SignUpActivity , (b) Display progressbar animation after login button is pressed , (c) Navigate to the User Dashboard / Admin Dashboard based on the user email registered. (d) Removing all previous activities from the activity stack after successful login (e) Added necessary toast messages for empty and error states.

Essential Checklist

Proof that changes are correct

https://github.com/user-attachments/assets/4316c595-03c1-4635-8cfd-b73a73949717

PR Pointers