mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #1104] bug: Misalignment of Edit and Delete Icons when Chat Title is Empty #12339
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 @silentoplayz on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1104
Bug Report
Description
Bug Summary: Empty chat name allows misalignment of edit and delete icons and unexpected behavior when hovering the mouse below the empty title conversation.
Expected Behavior: The chat name should not be able to be left empty, preventing the misalignment of the edit and delete icons and the unexpected behavior when hovering the mouse below the chat title.
Actual Behavior: The chat name can be left empty, causing the misalignment of the edit and delete icons and the unexpected behavior when hovering the mouse below the empty title conversation.
Environment
Operating System:
Windows 11 Pro Insider Preview
Version 22H2
Installed on 2/4/2024
OS build 23620.1000
Experience Windows Feature Experience Pack 1000.23620.1000.0
Browser: FireFox v123.0.1 (64-bit)
Reproduction Details
Steps to Reproduce:
Confirmation:
Screenshots
Installation Method
Docker container installation command if Ollama is installed.
Additional Information
Suggested Fix:

Show the edit and delete icons for chats on-hover rather than on-click. This would prevent the misalignment issue from occurring when the mouse is hovered below the empty title conversation.