mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: groupping chats/documents for tagging and deletion #228
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 @peperunas on GitHub (Jan 25, 2024).
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
As of now, it's pretty cumbersome to cleanup old chats. We have to click - one by one - on each chat twice. It would be great to have a "mass select" mode that allows for quick deletion.
@tjbck commented on GitHub (Jan 25, 2024):
Perhaps this is what you're looking for!
@peperunas commented on GitHub (Jan 25, 2024):
Hello, I saw that feature and that's not what I mean.
Please, do not close issues when the discussion is not over.
The point I was making is different: it would be good to select which chats - and not all together - to delete. Batch deletion.
For me the issue should not be closed.
@tjbck commented on GitHub (Jan 25, 2024):
Sure! Feel free to elaborate more and choose a more descriptive title next time so that I can better understand your feature request and won't cause any misunderstanding. Also, feel free make a PR! Just to let you know in advance, If there aren't any elegant/UX friendly ways to implement, I'll be closing this issue, Thanks!
@peperunas commented on GitHub (Jan 26, 2024):
Sorry I did not phrase it properly, my bad.
I guess that, UI wise, a way would be to have a "select" button on top of the conversation list. Clicking it is going to show up a checkbox on the left of each chat. Once one or more conversations are selected, a red "delete" button would appear near the select one.
Would that work?
@tjbck commented on GitHub (Jun 14, 2024):
Implemented as shiftKey + hover shortcut on dev!