mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #10879] Add a clear button to the sidebar chat search text input #54729
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 @bannert1337 on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10879
Problem Statement:
Currently, there is no quick way to clear the text input field in the sidebar chat search. Users have to manually delete the text, which can be cumbersome, especially when dealing with long input strings or frequently performing new searches.
Proposed Solution:
Add a "clear" button (e.g., a small "X") on the right end of the sidebar chat search text input field. Clicking this button would instantly clear the input field, improving usability and saving time for users.
Use Cases:
Additional Notes:
The button should:
Mockup or Example:
The design could mimic similar UI patterns seen in browsers or apps, like the "X" to clear text in search bars.
@sky88822 commented on GitHub (Feb 27, 2025):
Will have a look!
@Classic298 commented on GitHub (Mar 19, 2025):
i like it
@tjbck commented on GitHub (Mar 21, 2025):
Implemented.