Problem
This can make the UI feel unresponsive, especially on slower connections.
Expected Behavior
A loading spinner or "Sending..." indicator should appear until the response is received.
Suggested Solution
- Add a temporary loading component/message
- Disable repeated send button clicks during request
- Remove loading state after response/error
Benefits
- Better UX
- Prevents duplicate message submissions
- Makes chat interactions smoother
Problem
This can make the UI feel unresponsive, especially on slower connections.
Expected Behavior
A loading spinner or "Sending..." indicator should appear until the response is received.
Suggested Solution
Benefits