mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #986] [CLOSED] ui: shadcn svelte tooltips #36179
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/986
Author: @jannikstdl
Created: 3/1/2024
Status: ❌ Closed
Base:
dev← Head:tooltip-integration📝 Commits (3)
371df05first draft559943dfirst draft4dd7084import fix📊 Changes
9 files changed (+335 additions, -79 deletions)
View changed files
📝
bun.lockb(+0 -0)➕
components.json(+14 -0)📝
package.json(+7 -2)📝
src/lib/components/chat/MessageInput.svelte(+93 -76)➕
src/lib/components/ui/tooltip/index.ts(+15 -0)➕
src/lib/components/ui/tooltip/tooltip-content.svelte(+28 -0)➕
src/lib/utils/svelte-shadcn.ts(+62 -0)📝
src/tailwind.css(+65 -0)📝
tailwind.config.js(+51 -1)📄 Description
Minimal implementation/draft of svelte shadcn tooltips for proposed change.
would resolve #259
https://github.com/open-webui/open-webui/assets/69747628/fc8c9170-5bbc-40ba-846d-d8e36682d6e6
This commit implements a minimal UI change for the proposed feature. The change introduces new Tooltips that allows users to see the action when hovering over some UI elements. This will improve the user experience by making it more declarative.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.