SE-Fall24-G73 / WolfJobsV2

WolfJobs Software Engineering Project 2, Group 73, Fall 24
MIT License
0 stars 0 forks source link

Responsiveness of the Authentication Pages. #8

Open Priyanshu9898 opened 2 hours ago

Priyanshu9898 commented 2 hours ago

Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.

VaishviShah commented 2 hours ago

Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.

Should i also add loader function so that the user does not click the login button again and again?

Priyanshu9898 commented 2 hours ago

Make Login and Signup Pages Responsive across all devices. Improve the styling of Toast messages, when successful or any error.

Should i also add loader function so that the user does not click the login button again and again?

Yes that would be better, and try to add spinner and make button disable when logging in....

VaishviShah commented 2 hours ago

I am also thinking of adding animations to the button with spring and scale effects.

Priyanshu9898 commented 2 hours ago

I am also thinking of adding animations to the button with spring and scale effects.

yes, that would be better. Also for the toast message, you can use react-hot-toast library.

VaishviShah commented 2 hours ago

Ok

Priyanshu9898 commented 1 hour ago

Can you please add login with google button in both the pages, so that I can implement, login with google functionality from backend?

VaishviShah commented 1 hour ago

Can you please add login with google button in both the pages, so that I can implement, login with google functionality from backend?

Sure, will do that as well.