ShreyTanna29/curious.AI

unexpected loader when sending first msg to llm in chat page

Open

#131 opened on May 26, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (16 forks)auto 404
Difficulty: Easybuggood first issueui

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:

  1. Go to chat page
  2. ask anything to llm
  3. 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

Contributor guide