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
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
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.
@bhulston commented on GitHub (Jan 13, 2024):
I might work on [this](https://github.com/ollama-webui/ollama-webui/issues/337) 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:
When a user hovers their mouse over any item in the left side panel, a small tooltip or hint should appear.
This tooltip will contain a concise yet informative description of the item's function or purpose.
Example:
Hovering over Modelfies might display a hint like "Configure and manage your model settings."
Hovering over Prompts could show "Access and create new prompts."
For Documents, the hint might be "View and organize your documents."
@hemangjoshi37a commented on GitHub (Jan 19, 2024):
as I have metioned in #515
Feat. Req. : ( in left hand side panel )
**Functionality:**
- When a user hovers their mouse over any item in the left side panel, a small tooltip or hint should appear.
- This tooltip will contain a concise yet informative description of the item's function or purpose.
**Example:**
- Hovering over `Modelfies` might display a hint like "Configure and manage your model settings."
- Hovering over `Prompts` could show "Access and create new prompts."
- For `Documents`, the hint might be "View and organize your documents."
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.
Hi @bhulston are you currently working on this issue? If not I'd be happy to implement this feature. Thanks!
@dannyl1u commented on GitHub (Feb 17, 2024):
> I might work on [this](https://github.com/ollama-webui/ollama-webui/issues/337) 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.
Hi @bhulston are you currently working on this issue? If not I'd be happy to implement this feature. Thanks!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!