mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #21067] feat: better 'move to folder' (most recent at top OR fixed position, ...) #139098
Reference in New Issue
Block a user
Originally created by @burntcouscous on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21067
Check Existing Issues
Verify Feature Scope
Problem Description
I want to quickly move a bunch of conversations to different folders.
Currently; you move conversation to folder B; now you select a new conv and now folder B is put in a seemingly random (or not useful) position in the select.
This is especially painful when you start to have more folders and subfolders (which are together with tags imo; an incredibly useful feature of open-webui vs other providers)
Desired Solution you'd like
Lvl 1 improvement (this would already be huge)
Most recent selected folder to top
Allows you to very quickly move to the same folder subsequently
Alternative:
Fixed order by name (already better then jumping around randomly)
=>
Imo worse option; as when you get to many directories this option will overall take you more time, usually you only organise a few at a time more frequently anyway.
Lvl 2 improvement features
Search select
See img
Subfolders open via Hierarchical toggleable menu
See img
Alternatives Considered
No response
Additional Context
No response