unexpected loader when sending first msg to llm in chat page
#131 opened on May 26, 2025
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (PR metrics pending)
Description
Describe the bug When we send first msg to llm of chat page, there is an expected full screen spinning logo loader which should only appear on loading a full chat not when a msg/question is send.
To Reproduce Steps to reproduce the behavior:
- Go to chat page
- ask anything to llm
- See full screen laoding spinner logo for the first chat and then after it is fixed for further chats.
Expected behavior No full screen spining loader should appear when sending a msg in chat page, only a laoder should be shown on submit button (which is working fine no need to touch it).
Screenshots
https://github.com/user-attachments/assets/832c2459-8bf0-4f1f-b38f-7173f2c322f5
see in the video, for the first chat a full screen loader is shown which should not be shown.
check if appllicable
- I have checked that this bug does not exists on issues page
Additional context NOTE: read CONTRIBUTING.md before trying to contribute