You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When the question list reaches 20 items, the "New Chat" button disappears, making it impossible to create a new conversation after this point.
Steps to reproduce:
Start a new chat and begin adding questions.
Continue starting and adding questions until there are 20 items.
Observe that the "New Chat" button disappears once the 20th item is added.
Expected behavior:
The "New Chat" button should remain visible even when the question list reaches or exceeds 20 items, allowing the user to create a new conversation at any time. Ideally, the list should become scrollable when it exceeds 20 items, and the "New Chat" button should still be displayed.
Temporary Fix:
As a temporary fix, I modified the following code to work around the issue, but this is not a permanent solution.
Description:
When the question list reaches 20 items, the "New Chat" button disappears, making it impossible to create a new conversation after this point.
Steps to reproduce:
Expected behavior:
The "New Chat" button should remain visible even when the question list reaches or exceeds 20 items, allowing the user to create a new conversation at any time. Ideally, the list should become scrollable when it exceeds 20 items, and the "New Chat" button should still be displayed.
Temporary Fix:
As a temporary fix, I modified the following code to work around the issue, but this is not a permanent solution.
Environment:
webapp-conversation version: commit 291e9a0
Browser: Chrome 129.0.6668.101
OS: macOS 14.6.1 (23G93)
The text was updated successfully, but these errors were encountered: