mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
Sidebar toggle is hard to discover and find visually #589
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 @theasp on GitHub (Apr 4, 2024).
Bug Report
Description
Bug Summary:
The toggle button for the sidebar in it's non hover state is hard to discover, especially on a phone. It is also hard to find when the sidebar is open and overlaps the text.
I'm using the following patch which I could make a PR for if desired. It removes the shape changing when hovering and makes the arrow slightly pointier.
Steps to Reproduce:
Main screen of the app, the toggle button for the sidebar on the left either beside the sidebar or the edge of the screen depending on the sidebar state. It appears as a small vertical bar unless you hover over it.
Expected Behavior:
Button clearly depicts it's action.
Actual Behavior:
There is a grey vertical bar that turns into arrows when you hover over it. It took me a month to figure out how to open the sidebar when I first started using Open WebUI on my phone.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots (if applicable):
Installation Method
Docker
Additional Information
None
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!