Conversation
PR #361 の左下マスコット(mood_mascot_rows)と同じ構成 (耳・頭・胴の `(` が同一列、足の `o` が 1 列左)に、他のうさぎを統一する。 頭の行だけが `(` 1 列分左にずれていたため一律で揃えた。 - widgets/rabbit.rs: RABBIT / FAREWELL_ART の頭行を 1 列右へ(スプラッシュ・ ウェルカム・遷移・お別れ箱のレンダリングに反映)。整列を固定する回帰テストを追加。 - README: ヘッダー AA(ロゴ桁は維持)・遷移 AA。 - document/design: 00-splash / 01-welcome(お別れ箱含む)/ 02-open(モーション線・ 着地位置含む)/ 03-new / 04-config / 05-home(ワークスペースマスコットは耳を 1 列左へ)。 ボックス右枠・ロゴ・図形の桁は維持。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📊 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.
目的
PR #361 で左下のワークスペースマスコットを「耳・頭・胴の
(が同一列に揃い、足のoが 1 列だけ左に出る」フォルムに修正した。これと同じ構成になるよう、他の場所(top / README / 資料)のうさぎ AA も揃える。現状はいずれも頭の行(
(='-')等)だけが(1 列分左にずれており、耳と胴の(は既に揃っていた。胴と頭部がずれて見える原因はこれ。変更内容
コード (
src/presentation/tui/widgets/rabbit.rs) — レンダリングされる top(スプラッシュ・ウェルカム・遷移)とお別れ箱RABBITの頭行" (='-') "→" (='-') "(先頭スペース +1)。耳・頭・胴の(が揃い、足oが 1 列左へ。FAREWELL_ARTの頭行も同様に +1。mood_mascot_rowsのコメントを現状(安静フォルムは既に整列済み)に合わせて更新。rabbit_art_aligns_the_head_and_body_under_the_earsを追加。README
USAGIの桁は維持)/スプラッシュ→ウェルカムの遷移 AA。資料 (
document/design/)00-splash/01-welcome(お別れ箱含む)/02-open(ヘッダー・モーション線╲入り・着地位置の左下 ×3)/03-new/04-config×2 — 頭行を 1 列右へ。05-home(実際のワークスペースマスコット)— こちらは逆に耳が 1 列右だったので耳を 1 列左へ寄せて頭・胴と揃えた。テスト・確認方法
cargo fmt/cargo clippy --all-targets -- -D warningsクリーンcargo test --lib1937 件パス(新テスト +1)🤖 Generated with Claude Code