feat(site/src/pages/AISettingsPage/ModelsPage): add search and provider filter to models list#26683
Open
tracyjohnsonux wants to merge 1 commit into
Open
feat(site/src/pages/AISettingsPage/ModelsPage): add search and provider filter to models list#26683tracyjohnsonux wants to merge 1 commit into
tracyjohnsonux wants to merge 1 commit into
Conversation
…er filter to models list Adds a search input and provider filter dropdown above the models table so admins can narrow long model lists. Filters apply before pagination and reset the page to 1 on change. Also moves the Default badge from the Status column to inline next to the model name.
Contributor
Author
|
This is for adding search/filter to the model page. |
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.
Adds a search input and provider filter dropdown above the Models table on
/ai/settings/models, and moves theDefaultbadge to sit beside the model name.Changes
All providersdefault.(filtered from N)when filters are active.Defaultbadge moved from the Status column to inline next to the model name.Screenshots
Please see the Storybook stories under
pages/AISettingsPage/ModelsPage/ModelsPageViewforDefault,SearchByName,FilterByProvider, andNoMatchingModels.Verification
pnpm --dir site exec biome check src/pages/AISettingsPage/ModelsPage/pnpm --dir site exec tsc -p . --noEmitpnpm --dir site test:storybook -- --project=chromium src/pages/AISettingsPage/ModelsPage/(8/8 ModelsPageView stories pass; the unrelatedMCP Tool Completedfailure underAgentsPage/components/ChatElementsreproduces onmain)Note
Opened by Coder Agents on behalf of @tracyjohnsonux.