EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

No Loading Feedback on Login Form, Causing Unresponsiveness

Open Abbas-Askari opened this issue 1 year ago • 0 comments

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:

  1. Open Developer Tools (F12).
  2. Go to the Network tab and enable 3G throttling.
  3. Click the "Join" button.
  4. Fill in the form and click "Login."
  5. 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.

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

Abbas-Askari avatar Feb 03 '25 13:02 Abbas-Askari