fix(ui): Add favorites and improve UI - #291
Merged
Merged
Conversation
co-l
force-pushed
the
feat/improve-ui-select-models
branch
from
September 2, 2026 18:10
16edaa5 to
462ee3e
Compare
Owner
Merged, will be released in v2.0.136AI-summary
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a model favorites system to the ProviderSelector dropdown and new display settings for the model selector. Users can heart-toggle models to pin them as favorites, which appear in a dedicated "Favorites" section at the top of the dropdown. Three new settings in Settings > Display > Model Selector control dropdown height (Default / Full height), and whether favorites and providers start collapsed.
Server-side pruning automatically removes orphaned favorites when providers or models are deleted. Also fixes a zustand infinite render loop caused by
JSON.parsein a selector, a provider collapse bug on model load, and the dropdown top being hidden behind the header.Provider Selector UI Cleanups:
Prevent displaying the underlying backend subtitle (e.g.
OpenAI) below provider names when the provider is a plugin (authAdapterortransportAdapterdefined).Compact the
Connected/Connectbadge button and align it further to the right in the provider action buttons row.Fix styling and spacing in
ProviderSelector.tsxalongside favorites and model dropdown enhancements.AI-Enhanced Development
Tell what models helped shape this PR:
No AI used? Enter 'none'
Cache Impact
Does this PR affect anything cached — system prompts, tool definitions, skills, or other context?