-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes - 1292 #1330
Fixes - 1292 #1330
Conversation
@Niharika0104 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Niharika0104
Thanks for the update, just reviewed.
The New Chat Icon is visible on the chat with no conversations in desktop screen.
Also, could you please sync your branch with the upstream main.
@ManishMadan2882 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Niharika0104
I closely monitored the Redux States, and found that there is one case which will need improvement:
Try clicking the new chat button while one Conversation is streaming.
Noticed that the queries are emptied at this point,status is set to idle but the conversationId
is not set to null.
Could you please look into this case and submit a fix.
Thanks!
@ManishMadan2882 I'm not clear with your exact ask |
Exactly @Niharika0104 |
@ManishMadan2882 |
Yes, I think the resetConversation() method might be where the problem occurs, however it's not there on the production. |
@ManishMadan2882 I observed this thing when we click on new chat and see a blank conversation page ( as you said we still see that conversationid is not null ) its same as the previous one ,however as soon as we give some query in that blank conversation page i see the we have a new conversationid and this is fine i guess |
I just mistakenly clicked on close with comment |
@ManishMadan2882 are you saying that when we click on a particular conversation slice we are unable to load the queries present in those conversation id on the conversation screen? |
No, you can reproduce the issue by these steps:
|
@ManishMadan2882 Can you check it now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good, Thanks @Niharika0104 !
@holopin-bot @Niharika0104 Thank you! |
Congratulations @Niharika0104, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cm2jequub15600cm81iiiu7xk This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Fixes #1292
Made UI/UX changes.