mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14988] issue: Chats sidebar components remain clickable with Temporary Chat enabled
#56098
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 @silentoplayz on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14988
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
v0.9.0
Operating System
Edition: Windows 11 Pro | Version: 24H2 | OS Build: 26100.4351 | Windows Feature Experience Pack: 1000.26100.107.0
Browser (if applicable)
LibreWolf v135.0.1-1 (Firefox)
Confirmation
README.md.Expected Behavior
When the
Temporary Chatoption is toggledOnin the model dropdown selector, components within the chats sidebar that relate to persistent chat management (such as pinned models, channel management, and folder management) should become non-interactive or disabled. This prevents accidental modification of saved chats, channels, or settings while in a temporary, unsaved chat session.Actual Behavior
Even with the
Temporary Chatoption toggledOn, several components of Open WebUI's chats sidebar remain fully clickable and accessible. This allows users to inadvertently modify pr access certain things that probably shouldn't be accessible while in a temporary chat session.The affected components include:
Pinned models
Channels section
Create Channelbutton is clickable.Edit Channelbutton is clickable.Chats section
New Folderbutton is clickable, allowing the creation of new folders.Steps to Reproduce
Windows 11 Pro 24H2.LibreWolf v135.0.1-1(or any Firefox-based browser) at its configured URL (e.g.,http://localhost:8080).Temporary Chatoption toOn. The button should highlight or indicate it's active.Create Channelbutton (plus icon). Observe that the channel creation modal appears.Edit Channelbutton (pencil icon) for any channel. Observe that the edit modal appears.New Folderbutton. Observe that a new folder is created in the chats list.Logs & Screenshots
N/A
Additional Information
The purpose of a "Temporary Chat" mode implies a session that does not affect persistent data or configuration. Allowing interactions with permanent chat structures (like creating folders or managing channels) while in this mode can lead to user confusion or unintended modifications. The sidebar should ideally reflect the temporary nature of the current chat by disabling or visually indicating that these actions are not applicable.
@tjbck commented on GitHub (Jun 16, 2025):
This should actually be allowed now, addressed with 5ab95cbc3af9aac4e82e83a23e34a062af1a1877!