mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
feat: tooltips text for icons #112
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 @bharath063 on GitHub (Dec 22, 2023).
Is your feature request related to a problem? Please describe.
Please add tooltips to icons which do not have any text attached to them
Describe the solution you'd like
A tiny description of the what the icon does should appear on hover
@bhulston commented on GitHub (Jan 13, 2024):
I might work on this issue first, but will see if I can make this QOL change sometime next week. At the very least I can write descriptions for the different icons.
@hemangjoshi37a commented on GitHub (Jan 19, 2024):
as I have metioned in #515
Feat. Req. : ( in left hand side panel )
Functionality:
Example:
Modelfiesmight display a hint like "Configure and manage your model settings."Promptscould show "Access and create new prompts."Documents, the hint might be "View and organize your documents."@dannyl1u commented on GitHub (Feb 17, 2024):
Hi @bhulston are you currently working on this issue? If not I'd be happy to implement this feature. Thanks!
@tjbck commented on GitHub (Mar 3, 2024):
Added custom Tooltip component that can be used everywhere, feel free to make a PR!