mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
Bug/UI : searching for chats should hide the pinned chats #2158
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 @thiswillbeyourgithub on GitHub (Sep 22, 2024).
Bug Report
Installation Method
docker compose
Environment
Confirmation:
Expected Behavior:
Searching for chats should show more than 3 chats at a time
Actual Behavior:
Because of the pinned chats, I can only see 2-3 chats at a time. If I had a few more pinned chats I might not even be able to search for any chats!
Description
Bug Summary:
Screen real estate is wasted on search by always showing pinned chats. Hindering search, possibly to the point of making it unusable (if you have many pinned chats then the search space is too small)
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):

Additional Information
Related to #5607
@tjbck commented on GitHub (Sep 22, 2024):
Added.