mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 23:55:15 -05:00
feat: Allow submitting chat rename with Enter key #4235
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 (Mar 4, 2025).
Feature Request
Problem Description
Currently when renaming a chat, users must click outside the text input field to save changes. This is inconsistent with common UI patterns where pressing Enter submits form changes.
Proposed Solution
Implement Enter key submission for chat renaming:
Use Cases
Additional Context
Many web applications use Enter key submission for inline editing (e.g., Trello, GitHub issues). The current click-away behavior should remain as a secondary save method to maintain existing functionality.
Related Components (if known)
@bannert1337 commented on GitHub (Mar 25, 2025):
Implemented and merged with #11830