mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #14985] [MERGED] Feat: Improve selected message highlighting for multi-model chats #39301
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/14985
Author: @Classic298
Created: 6/14/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @tjbck
Base:
dev← Head:multi-model-chat-highlighting📝 Commits (1)
14cfd45Improve selected message highlight (#12)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/chat/Messages/MultiResponseMessages.svelte(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Fixes:
https://github.com/open-webui/open-webui/issues/14973
https://github.com/open-webui/open-webui/issues/14531
Additional Information
Screenshots or Videos
BEFORE:
AFTER:
I tried to keep it subtle, i could not make it more subtle than this - except if i remove the whole background highlighting as a whole, but then it is too subtle in my opinion. The background highlighting of the message elevates it nicely in my opinion and fits the overall design of Open WebUI well imo.
Alternative implementation is provided in this PR by reduardo: https://github.com/open-webui/open-webui/pull/14984
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.