mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[PR #18254] [CLOSED] feat: show "Pinned Models" list in collapsed chats sidebar #128383
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/18254
Author: @silentoplayz
Created: 10/11/2025
Status: ❌ Closed
Base:
dev← Head:pinned-models-in-collapsible-chats-sidebar📝 Commits (1)
404f27bfeat: show "Pinned Models" list in collapsed chats sidebar📊 Changes
1 file changed (+43 additions, -9 deletions)
View changed files
📝
src/lib/components/layout/Sidebar.svelte(+43 -9)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
This pull request introduces a feature to display pinned models directly within the collapsed chat sidebar. This provides users with quick access to their most frequently used models without needing to expand the sidebar. To handle cases with many pinned models, the section becomes vertically scrollable if the content overflows, preventing the sidebar from expanding and disrupting the main page layout. The scrollbar itself is hidden to maintain a clean user interface.
Added
Changed
src/lib/components/layout/Sidebar.svelteto a flexbox structure to properly contain the new scrollable pinned models list.Fixed
Additional Information
Screenshots or Videos
Before:

After:

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.