You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no loading indication in the login form, making it difficult for users with slow internet connections to determine if the login button was clicked successfully. This makes the form feel unresponsive or broken.
Steps to reproduce:
Open Developer Tools (F12).
Go to the Network tab and enable 3G throttling.
Click the "Join" button.
Fill in the form and click "Login."
Observe that the form provides no feedback while the request is pending.
Expected behavior:
The form should provide visual feedback (e.g. the Throbber loader) while the request is processing.
Description:
There is no loading indication in the login form, making it difficult for users with slow internet connections to determine if the login button was clicked successfully. This makes the form feel unresponsive or broken.
Steps to reproduce:
Expected behavior:
The form should provide visual feedback (e.g. the
Throbber
loader) while the request is processing.Actual behavior:
The form provides no feedback, making it appear broken or unresponsive.
Video:
https://github.com/user-attachments/assets/db49a524-d9e2-4d36-b5fb-ddf2fe01a55d
The text was updated successfully, but these errors were encountered: