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

WIPフォロー・フォロワー一覧 #391

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

AyumuAkimoto
Copy link
Contributor

Issue

変更内容

フォロー・フォロワー一覧向けのユーザーカードコンポーネントを作成

確認方法

フォロー・フォロワー一覧を開く

Screenshot (任意)

ChatGPTによるレビュー (任意)

最下部の一文@coderabbitaiを削除することで有効となります。
指摘内容に対してコメントすることで対話が可能です。

※まだ精度としては甘いです。あくまで見直すキッカケくらいにお考えください。

Copy link

github-actions bot commented Mar 28, 2024

Image description CodeRabbit


Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.

@AyumuAkimoto AyumuAkimoto added help wanted Extra attention is needed feature 新しい機能の追加 labels Mar 28, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 515c8c9 and e79def5 commits.
Files selected (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (1)
Files not summarized due to errors (2)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
Files not reviewed due to errors (2)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (no response)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between e79def5 and dd3be0c commits.
Files selected (4)
  • src/app/(menu)/(public)/[username]/_components/Following.tsx (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (1)
  • src/app/(menu)/(public)/[username]/following/page.tsx (1)
  • src/swr/client/follows.ts (1)
Files not summarized due to errors (4)
  • src/app/(menu)/(public)/[username]/following/page.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/Following.tsx (nothing obtained from openai)
  • src/swr/client/follows.ts (nothing obtained from openai)
Files not reviewed due to errors (4)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (no response)
  • src/swr/client/follows.ts (no response)
  • src/app/(menu)/(public)/[username]/_components/Following.tsx (no response)
  • src/app/(menu)/(public)/[username]/following/page.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between dd3be0c and 78cb878 commits.
Files selected (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (1)
Files not summarized due to errors (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
Files not reviewed due to errors (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 78cb878 and 7cac4db commits.
Files selected (3)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (1)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (1)
Files not summarized due to errors (3)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (nothing obtained from openai)
Files not reviewed due to errors (3)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (no response)
  • src/app/(menu)/(public)/[username]/followers/page.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 7cac4db and a617623 commits.
Files selected (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (1)
Files not summarized due to errors (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (nothing obtained from openai)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
Files not reviewed due to errors (2)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
  • src/app/(menu)/(public)/[username]/_components/layouts/FollowList.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between a617623 and 0209cc8 commits.
Files selected (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
Files not summarized due to errors (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
Files not reviewed due to errors (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

`;

const ButtonArea = styled(Box)`
hight: 20px;
Copy link
Member

Choose a reason for hiding this comment

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

typo!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 0209cc8 and 53fdaf2 commits.
Files selected (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (1)
Files not summarized due to errors (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (nothing obtained from openai)
Files not reviewed due to errors (1)
  • src/app/(menu)/(public)/[username]/_components/layouts/FFProfileCard.tsx (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新しい機能の追加 help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants