mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 20:43:32 -05:00
feat : Add Hover Hints for Left Side Panel Items #203
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 @hemangjoshi37a on GitHub (Jan 18, 2024).
Feature Description:
The objective is to implement hover-over hints for each item located in the left side panel of the interface. These hints should provide a short description of the item's purpose or functionality. This feature is particularly aimed at improving user understanding and navigation for items like
Modelfies,Prompts, andDocuments.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."Benefits:
Design Considerations:
Implementation:
This feature aims to make the application more intuitive and user-friendly, reducing the learning curve for new users and enhancing the efficiency of navigation for all users.
@tjbck commented on GitHub (Jan 18, 2024):
Duplicate of #259 #277