[GH-ISSUE #15149] feat: Grouping Toggle Filters for Improved User Experience #56151

Closed
opened 2026-05-05 18:50:06 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @mballesterosc on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15149

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

In the current interface, when a user has multiple filter functions with toggle = true, all of them are displayed inline, typically as individual buttons or controls. This can lead to a cluttered UI and requires unnecessary horizontal scrolling for users to access all the available filters.

Horizontal scrolling is not intuitive for many users, especially on desktop or mobile interfaces, and it can result in a poor user experience as some filter options may become hidden or difficult to reach.

Desired Solution you'd like

Group the filter functions under a single dropdown or action button placed next to the “more” button. This approach would keep the UI clean and organized while improving accessibility and usability.

I’ve already implemented this change locally, and it’s a straightforward modification that does not impact existing functionality. If the team considers it useful, I can open a Pull Request (PR) to integrate the changes into the main codebase.

Image

Alternatives Considered

No response

Additional Context

No response

Originally created by @mballesterosc on GitHub (Jun 19, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15149 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description In the current interface, when a user has multiple filter functions with toggle = true, all of them are displayed inline, typically as individual buttons or controls. This can lead to a cluttered UI and requires unnecessary horizontal scrolling for users to access all the available filters. Horizontal scrolling is not intuitive for many users, especially on desktop or mobile interfaces, and it can result in a poor user experience as some filter options may become hidden or difficult to reach. ### Desired Solution you'd like Group the filter functions under a single dropdown or action button placed next to the “more” button. This approach would keep the UI clean and organized while improving accessibility and usability. I’ve already implemented this change locally, and it’s a straightforward modification that does not impact existing functionality. If the team considers it useful, I can open a Pull Request (PR) to integrate the changes into the main codebase. ![Image](https://github.com/user-attachments/assets/e6490b21-a365-46bd-b217-695fd980e980) ### Alternatives Considered _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#56151