[codex] Unify GitHub menu icon - #29
Merged
Merged
Conversation
ygsgdbd
marked this pull request as ready for review
July 23, 2026 08:36
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
问题
TypeSwitch 菜单中的“GitHub 仓库”使用通用链接图标,而同系列的 ListenBar 使用代码仓库语义更明确的 SF Symbol。两个项目在相同菜单项上的视觉表达因此不一致。
影响与原因
link更适合普通 URL 或复制链接操作,无法像代码符号一样直接传达“源码仓库”的含义。差异来自两个项目分别选择了不同的静态 SF Symbol,并非交互或链接行为不同。修复
chevron.left.forwardslash.chevron.right,与 ListenBar 保持一致。link,不引入额外的图标抽象。验证
rtk just checkgit diff --check./script/generate_readme_screenshots.sh,成功生成 8 张 raw 截图和 4 张 README 合成图。