We need some way to indicate that a request is being processed. Case in point: when hitting "Enter" to log in, nothing happens until the auth request gets processed. This feedback-lacking design must be changed.
TO-DO:
- Create a reusable visual loading indicator:
- Make submit buttons play a pulse animation when requests are being processed,
- Change cursor to
wait.
How to test:
- Test login and language change flows. When clicking confirmation buttons, expect a loading animation to appear and the cursor to be changed to
wait. Once the response is presented, the interface should go back to normal.
We need some way to indicate that a request is being processed. Case in point: when hitting "Enter" to log in, nothing happens until the auth request gets processed. This feedback-lacking design must be changed.
TO-DO:
wait.How to test:
wait. Once the response is presented, the interface should go back to normal.