mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-15 10:05:36 -04:00
"New Chat" button disappears when the question list reaches 20 items #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grapswiz on GitHub (Oct 24, 2024).
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
291e9a067bBrowser: Chrome 129.0.6668.101
OS: macOS 14.6.1 (23G93)
@marsDes commented on GitHub (Feb 27, 2025):
yes it set MAX_CONVERSATION_LENGTH
but i think u need delete conversation like this
see my project dify-conversation