mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Add support for selecting multiple items at once for move/delete in the side bar #6050
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 @wogam on GitHub (Aug 12, 2025).
Check Existing Issues
Problem Description
Currently there's no easy way to select and manage multiple chats in the side bar. I understand there's shift+click, but it doesn't work the same as what's being requested.
Desired Solution you'd like
Would be great if we could do this via CMD/CTRL + Click to select multiple items, then being able to archive/delete/move
Alternatives Considered
No response
Additional Context
No response