feat: 创建前拉取模型 + iOS 26 液态玻璃美化 - #2
Merged
Merged
Conversation
Model pull in the create form: - New POST /api/channel-model-preview lists upstream models from ad-hoc connection params (provider + baseUrl + key) with no saved channel, so the "new channel" form can pull and multi-select models before creating. - ModelPickerModal refactored to take a loadModels() loader, reused by both the channel editor and the create form. iOS 26 liquid-glass visual refresh (light + dark): - Shared frosted-glass material (gradient + backdrop blur + layered shadow + top highlight) applied to the main card families: panels, metrics, channel cards, model cards, settings groups, account sections, check-in card. - Ambient radial color wash behind cards on the console and account/auth pages so the glass reads with depth. - User center enriched: section eyebrows (API Keys / Models), and an empty state for the available-models grid. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
承接已合并的 #1,本 PR 包含两块。
1. 创建渠道前就能拉取模型
POST /api/channel-model-preview:用填入的 Base URL + Key 直接拉取上游模型,无需先创建渠道。2. iOS 26 液态玻璃整体美化(明暗主题)
验证
go test ./...✅、npm run build✅🤖 Generated with Claude Code