mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #11550] [MERGED] feat: improve model dropdown highlight #22757
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/11550
Author: @silentoplayz
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @tjbck
Base:
dev← Head:highlight-selected📝 Commits (1)
2c99366feat: improve model dropdown highlight📊 Changes
1 file changed (+37 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/ModelSelector/Selector.svelte(+37 -3)📄 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
Added
Changed
Additional Information
Screenshots or Videos
Before:


(Resorted to typing in the selected model's name within the search bar)
After: (The model is auto-scrolled to and highlighted for the user when the model dropdown is opened)

When adding multiple models to the chat, it works the same way as it did before. The first model will be selected.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.