feat: optimize model selection with source filters and sticky groups - #10084
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
astrbot-docs | 59aca4f | Commit Preview URL Branch Preview URL |
Sep 14 2026, 01:43 PM |
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.
Group models by provider source in the shared selector used by chat and configuration pages. Keep the current source heading visible while scrolling, and add a custom source filter to the left of model search with API Base subtitles. Opening the menu clears prior filters and centers the selected model.
Large lists previously mounted every model row and its tooltips, and reopening hid the list while refreshing. Render only nearby rows with spacers that preserve sticky group headings, and retain loaded models during background refresh, including refresh failures. Single selection, multiple selection, clear selection, and model testing remain available.
Validation:
vue-tsc --noEmit; Prettier component check; all four updated locale JSON files parsed successfully.ruff format .andruff check .passed.Summary by Sourcery
Optimize the shared provider selector for source-aware navigation and efficient handling of large model lists.
New Features:
Bug Fixes:
Enhancements:
Documentation:
Tests: