-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working