mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15199] feat: Option to disable the “Generate Title” button when selecting a chat #56163
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 @jhemmond on GitHub (Jun 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15199
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
Title generation is a great feature but the recently added "Generate" button from the Chats History side bar is so destructive to Mobile User experience.
On iOS if you go back and forth between different chats, you end up accidentally activating this button. Now you can't select the chat anymore without having to regenerate the title, which is terrible. Especially on lower resource hardware, there's just no reason it should activate that easily.
Desired Solution you'd like
There should be a toggle to disable that feature per user at least.
Alternatives Considered
No response
Additional Context
No response
@guenhter commented on GitHub (Jul 7, 2025):
The button is anyway just visible when renaming a chat isn't it?
@jhemmond commented on GitHub (Jul 7, 2025):
It triggers falsely a lot when on the PWA view on iOS when switching conversations. You can replicate it easily.
The main issue honestly is due to the lack of “refresh page”. The PWA view often freezes during token stream and you have to close and reopen, or constantly switch conversations to see the rest of the response.
On Mon, Jul 7, 2025 at 1:01 AM, Günther Grill @.***(mailto:On Mon, Jul 7, 2025 at 1:01 AM, Günther Grill < wrote:
@tjbck commented on GitHub (Jul 22, 2025):
UI issue addressed with
8da08ad73ain dev!