mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #22517] feat: inline ask citation in MessageInput instead of floating modal #26737
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/22517
Author: @jannikstdl
Created: 3/10/2026
Status: 🔄 Open
Base:
dev← Head:feat/inline-ask-citation📝 Commits (3)
35a8b02feat: inline ask citation in MessageInput instead of floating modaldbb56e7refactor: separate built-in Ask from configurable Quick Actions1ceb49efeat: smooth slide transition for quoted text in MessageInput📊 Changes
6 files changed (+98 additions, -116 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+28 -6)📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+37 -100)📝
src/lib/components/chat/MessageInput.svelte(+25 -1)📝
src/lib/components/chat/Messages/ContentRenderer.svelte(+1 -0)📝
src/lib/components/chat/Settings/Interface/ManageFloatingActionButtonsModal.svelte(+6 -9)📝
src/lib/stores/index.ts(+1 -0)📄 Description
Text selection + "Ask" now drops a quoted citation bar into the main chat input instead of spawning a separate floating input modal. You type your follow-up question right in the regular input field and the selected text gets prepended as a blockquote on send.
"Explain" is unaffected, still works the same way with the inline streaming response.
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.