fix: 创建表单『获取模型』改为清晰按钮并贴近模型框 - #3
Merged
Merged
Conversation
…field
The pull-models button rendered as a faint ghost link stranded on its own row
below the textarea, leaving a large gap before the create actions. Move it onto
the model field's label row as a clear blue pill ("从上游获取模型") so the action
is obvious and the field flows straight into the create-actions row.
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.
承接 #2。修复你反馈的「获取模型隔得太远」。
问题
新增渠道表单里的「获取模型」是个透明的幽灵按钮,看起来像纯文字,而且单独占一行、下面又空一大段才到「创建渠道」行,显得很散。
修复
把它移到「模型」标签行的右侧,做成清晰的蓝色胶囊按钮「从上游获取模型」。这样:
无头 Chromium 渲染确认亮色下按钮清晰、间距紧凑。
npm run build✅、go test ./...✅🤖 Generated with Claude Code