Skip to content
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

feat: 統計情報を表示 #12

Merged
merged 17 commits into from
Dec 29, 2024
Merged

feat: 統計情報を表示 #12

merged 17 commits into from
Dec 29, 2024

Conversation

namidapoo
Copy link
Owner

@namidapoo namidapoo commented Dec 29, 2024

issue

変更内容

  • ップページのデザイン修正
  • ヘッダー追加
  • リポジトリの貢献を表示するコンポーネントを追加
  • コントリビューション(草)の表示
  • 言語使用率の表示追加
  • 月別と曜日別の統計表示を追加
  • 日本語に変更

確認したこと

wip

スクリーンショット

補足事項

PR 時のセルフチェック

  • 関数や変数の命名は一目で分かるものになってますか?
  • コメントは適切な量で、誰が見ても分かるコメントになってますか?
  • PR 内容に関するテストは書きましたか?
  • Issue の完了の定義は満たせていますか?

@Copilot Copilot bot review requested due to automatic review settings December 29, 2024 00:13
Copy link

github-actions bot commented Dec 29, 2024

Deploying dev-recap with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0134396
Status: ✅  Deploy successful!
Preview URL: https://bb9ed43e.dev-recap.pages.dev
Branch Preview URL: https://feat-recap.dev-recap.pages.dev

View logs

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 13 out of 28 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • app/globals.css: Language not supported
  • app/recap/github-grass.tsx: Evaluated as low risk
  • app/recap/components/overview.tsx: Evaluated as low risk
  • app/recap/components/graph/weekly.tsx: Evaluated as low risk
  • app/recap/components/theme-toggle/theme-provider.tsx: Evaluated as low risk
  • app/recap/components/theme-toggle/theme-toggle.tsx: Evaluated as low risk
  • app/recap/components/grass.tsx: Evaluated as low risk
  • app/recap/components/header/breadcrumbs.tsx: Evaluated as low risk
  • app/recap/components/header/header.tsx: Evaluated as low risk
  • app/recap/components/repos-contributions.tsx: Evaluated as low risk
  • app/recap/page.tsx: Evaluated as low risk
  • app/recap/fetchGitHubStats.ts: Evaluated as low risk
  • app/page.tsx: Evaluated as low risk
  • app/layout.tsx: Evaluated as low risk
  • components/ui/breadcrumb.tsx: Evaluated as low risk

y={viewBox.cy}
className="fill-foreground text-3xl font-bold"
>
100
Copy link
Preview

Copilot AI Dec 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Label component in the PieChart has a hardcoded value of 100. This should be dynamically calculated based on the data to avoid confusion.

Suggested change
100
{totalCommits}

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
@namidapoo namidapoo enabled auto-merge December 29, 2024 01:00
Copy link

TODOコメントは見つかりませんでした。

@namidapoo
Copy link
Owner Author

@github-actions approve me

@namidapoo namidapoo merged commit 56e78ae into dev Dec 29, 2024
3 checks passed
@namidapoo namidapoo deleted the feat/recap branch December 29, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant