fix(tui): サイドバーのメモリアイコンが ? になる問題を修正#458
Merged
Merged
Conversation
FA5 系の nf-fa-memory (U+F538) は古い/一部の Nerd Font に含まれず フォールバックの ? になっていた。git status や CPU アイコンと同じ FA4 系の nf-fa-server (U+F233) に変更し、古いフォントでも表示できる ようにする。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
# Conflicts: # document/design/05-home.md
📊 Test Coverage
🎉✨ パーフェクト!全ファイル Lines カバレッジ 100% を達成しました 🏆🐰 |
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.
目的
ホーム画面サイドバーのリソース行に出るメモリアイコンが、環境によって
?(フォールバック)で表示される問題を修正する。変更内容
MEM_ICONを FA5 系のnf-fa-memory(U+F538)から FA4 系のnf-fa-server(U+F233)に変更。?になっていた。git status の各アイコンや CPU のnf-fa-microchipと同じ FA4 系の範囲に揃えることで、古いフォントでも表示できるようにする。document/design/05-home.mdのアイコン表記をnf-fa-memory→nf-fa-serverに更新し、選定理由を追記。テスト・確認方法
cargo fmt/cargo clippy --all-targets -- -D warnings/cargo testすべて通過。MEMの語が無いこと・数値が出ることのみ検証)、回帰なし。🤖 Generated with Claude Code