mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #22782] [MERGED] fix: show model avatars in chat search preview modal #49912
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/22782
Author: @silentoplayz
Created: 3/18/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @tjbck
Base:
dev← Head:fix/search-modal-avatar📝 Commits (1)
971f6bafix(ui): show model avatars in chat search preview modal📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/layout/SearchModal.svelte(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
devbranch. PRs targetingmainwill be immediately closed.Changelog Entry
Description
Fixed an issue where assistant profile images (avatars) were not displayed in the chat preview pane within the Search Modal. This was resolved by adding the
@containerclass to the chat-preview container, which correctly enables container-based responsive styles for the assistant's profile image.Changed
@containerclass to the chat-preview div inSearchModal.svelteto enable container queries.Fixed
Screenshots or Videos
Before
After
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.