mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18149] issue: Sidebar auto-reopens despite user closing it on desktop browsers #57179
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 @yours57 on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18149
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.33
Ollama Version (if applicable)
No response
Operating System
...
Browser (if applicable)
firefox
Confirmation
README.md.Expected Behavior
...
Actual Behavior
...
Steps to Reproduce
User on desktop → closes sidebar manually
localStorage.sidebar = 'false'
User close and reopen website (still desktop mode)
Sidebar remains open
Logs & Screenshots
...
Additional Information
The sidebar initialization and responsive behavior logic has issues that affect user experience in desktop browsers.
46ae3f4f5d/src/lib/components/layout/Sidebar.svelte (L352-L397)@i-iooi-i commented on GitHub (Oct 8, 2025):
Indeed, the sidebar will also automatically activate upon a page refresh.
@silentoplayz commented on GitHub (Oct 8, 2025):
I can confirm that I am able to reproduce this issue on the latest
dev.How I reproduced:
Close Sidebarbutton.@avesed commented on GitHub (Oct 8, 2025):
Besides sidebar auto-reopen, every time a chat is deleted, the chat list on the sidebar will disappear.
@silentoplayz commented on GitHub (Oct 8, 2025):
I'm unable to reproduce this particular issue on the
devbranch on both my PC and on my iPhone using Open WebUI as a PWA (Progressive Web App). This issue has been reported in our Discord server within a troubleshooting thread as well. We do appreciate the extra heads up! Here's a link to the troubleshooting thread that was opened up if you're interested or would like to join in on the related troubleshooting thread: https://discord.com/channels/1170866489302188073/1425241239371907152Our Discord server: https://discord.com/invite/open-webui
Edit: https://github.com/open-webui/open-webui/issues/18327
@tjbck commented on GitHub (Oct 29, 2025):
292be82754, testing wanted here!@silentoplayz commented on GitHub (Oct 29, 2025):
Tested by me and confirmed to be working for remembering the expanded/collapsed state of the Chats Sidebar on Mozilla Firefox and Google Chrome.