-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ユーザーページにランクを表示するコンポーネントを作成 #65
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…yama/create-player-rank-card
User description
概要
ユーザーページにランクを表示するコンポーネントを作成しました。
変更内容
PlayerRankCardコンポーネントを追加し、userページに配置しました。
動作確認
/user/page.tsx
のPlayerRankCardコンポーネントのrankPointに渡す値を変更することで、表示が切り替わる。PR Type
enhancement
Description
PlayerRankCard
コンポーネントを新たに作成し、ユーザーページに追加しました。Changes walkthrough 📝
page.tsx
ユーザーページにランク表示コンポーネントを追加
app/src/app/user/page.tsx
PlayerRankCard
コンポーネントをインポートUserPage
にPlayerRankCard
を追加PlayerRankCard.tsx
ランク表示用の`PlayerRankCard`コンポーネントを作成
app/src/components/view/user/PlayerRankCard.tsx
PlayerRankCard
コンポーネントを新規作成