結果詳細画面のUI実装#41
Merged
Merged
Conversation
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.
概要
診断結果画面UIをFigmaのデザインに合わせて実装し、ネイティブアプリに使い勝手を近づけるための調整
変更点
リザルトレポート基盤 (ResultReport.tsx) の新規実装
画面全体を「新ブルータリズム」スタイル(太枠・オフセットシャドウ・ポップな配色)で構築。
タブシステムを実装し、総合診断と各ゲーム詳細の切り替えに対応。
総合診断ビジュアライザ (OverviewTab.tsx / RadarChart.tsx)
自己申告と実測値のギャップを可視化するレーダーチャートを新規実装。
カスタム凡例や、インパクト重視の「ギャップ率」表示カード、ステッカー風UIを追加。
詳細解析レイアウト (GameDetailTab.tsx)
左右非対称のカードレイアウトを新規構築。
解析コメント内の特定キーワード(秒数やピクセル数など)を自動で抽出・ハイライトする動的装飾ロジックを実装。
行動ログ・バーチャート (MetricsBarChart.tsx)
Recharts を用い、実測値と全体平均を比較するバーチャートを新規実装。
ポップなデザインを維持しつつ、詳細な数値を表示するカスタムツールチップと凡例を統合。
動作確認
ローカル環境で一通り診断を行い、結果画面が正しく動作するか、レイアウトが崩れていないかを確認済み。