Summary of What Needs to be Done
The submit buttons and Google login buttons on the Login and Signup pages lack a proper active/pressed state. When clicked, they should visually respond with a press-down transform (e.g., scale-95 or translate-y-[1px]) to indicate the click action.
Changes that Need to be Made
- In
frontend/src/pages/Login.jsx:
- Add
active:scale-95 and active:translate-y-0 to the Google login button and the email/password submit button classes
- In
frontend/src/pages/Signup.jsx:
- Add
active:scale-95 and active:translate-y-0 to the Google login button and the email/password submit button classes
Impact that it would Provide
Users will get clear tactile feedback when clicking the primary action buttons, making the auth forms feel more responsive and polished.
Note: Please assign this issue to the tmdeveloper007 account.
Summary of What Needs to be Done
The submit buttons and Google login buttons on the Login and Signup pages lack a proper active/pressed state. When clicked, they should visually respond with a press-down transform (e.g., scale-95 or translate-y-[1px]) to indicate the click action.
Changes that Need to be Made
frontend/src/pages/Login.jsx:active:scale-95andactive:translate-y-0to the Google login button and the email/password submit button classesfrontend/src/pages/Signup.jsx:active:scale-95andactive:translate-y-0to the Google login button and the email/password submit button classesImpact that it would Provide
Users will get clear tactile feedback when clicking the primary action buttons, making the auth forms feel more responsive and polished.
Note: Please assign this issue to the
tmdeveloper007account.