mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #19772] feat: Automatically expand the corresponding sidebar folder when creating a folder or channel, or pinning/unpinning an model #18987
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 @ShirasawaSama on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19772
Check Existing Issues
Verify Feature Scope
Problem Description
When creating a directory or channel, or pinning/unpinning an agent, the corresponding sidebar directory does not automatically expand. This may lead to the mistaken belief that the creation or operation was unsuccessful.
Desired Solution you'd like
Automatically expand the corresponding sidebar folder when creating a folder or channel, or pinning/unpinning an model
Alternatives Considered
No response
Additional Context
No response
@owui-terminator[bot] commented on GitHub (Dec 5, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19368 feat: add option to hide model from sidebar to sidebar (not just model selector)
by Simon-Stone • Nov 21, 2025
#19135 feat: separate model tags and chat tags
by JIW-roosi • Nov 12, 2025
💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Dec 6, 2025):
Perhaps introducing a user settings
Interfacetoggle could work for this. A PR is welcome!@ShirasawaSama commented on GitHub (Dec 9, 2025):
I don't think any settings need to be added. I believe it's perfectly reasonable for the outermost "Folders" level to expand automatically when creating a new Folder. Otherwise, users might assume the creation failed.