mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-07 09:19:06 -05:00
[GH-ISSUE #16516] feat: Add support for selecting multiple items at once for move/delete in the side bar #56603
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16516
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