mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #17824] [CLOSED] feat: swap model picker with Selector component on chats page in Playground #24562
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/17824
Author: @silentoplayz
Created: 9/27/2025
Status: ❌ Closed
Base:
dev← Head:chat-playground-dynamic-selector📝 Commits (1)
f3af05cfeat: swap model picker with Selector component on chats page in playground📊 Changes
1 file changed (+16 additions, -10 deletions)
View changed files
📝
src/lib/components/playground/Chat.svelte(+16 -10)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Selectorcomponent, and layout issues related to component sizing and text overflow have been resolved.Changed
<select>element with the customSelectorcomponent insrc/lib/components/playground/Chat.sveltefor a more consistent user interface.Chat.svelteto dynamically apply a width-constraining class to theSelector's container, preventing it from overflowing when long model names are selected.Fixed
Additional Information
Screenshots or Videos
Before the change:

After the change:

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.