mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
enh: archive all button #1013
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 @cangkuai on GitHub (May 23, 2024).
Is your feature request related to a problem? Please describe.
Yes, currently users need to manually clean chat history and archive chats in Ollama WebUI, which can be time-consuming and inconvenient.
Describe the solution you'd like
I would like to add a "Cleanup All" or "Archive All" button to the chat section of the Ollama WebUI. This button should automatically clear chat history or archive all relevant conversations.
Describe alternatives you've considered
One alternative is to provide an option in settings to enable automatic cleanup or archiving after a certain period or number of messages. However, this would still require user intervention.
@tjbck commented on GitHub (May 23, 2024):
Delete all chats button already exists, archive all button would be a nice addition. PR welcome!
@cangkuai commented on GitHub (May 23, 2024):
This feature is a commonly feature. It would be most beneficial to showcase it in the prime location of the homepage, ensuring easy access for users.
@tjbck commented on GitHub (May 26, 2024):
Closing in favour of #2483