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

プライバシーポリシー #357

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

プライバシーポリシー #357

wants to merge 10 commits into from

Conversation

AyumuAkimoto
Copy link
Contributor

@AyumuAkimoto AyumuAkimoto commented Mar 14, 2024

Issue

変更内容

新規

確認方法

ホームからリンクをクリック
サインインからリンクをクリック

Screenshot (任意)

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

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

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

Summary by CodeRabbit

  • 新機能: プライバシーポリシーのページを追加しました。ユーザーはこの新しいページからプライバシーポリシーを確認できます。
  • 新機能: サイドメニューにプライバシーポリシーへのリンクを追加しました。これにより、ユーザーはどこからでも簡単にプライバシーポリシーにアクセスできます。
  • 新機能: ログインの有無に関わらずアクセス可能な公開ページ用の新しいディレクトリを作成しました。

@AyumuAkimoto AyumuAkimoto added good first issue Good for newcomers feature 新しい機能の追加 labels Mar 14, 2024
@AyumuAkimoto AyumuAkimoto self-assigned this Mar 14, 2024
Copy link

github-actions bot commented Mar 21, 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.

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 5343741 and f81d5b8 commits.
Files selected (4)
  • src/app/(menu)/_components/menu/SideMenu.tsx (3)
  • src/app/(plain)/(public)/privacy/_components/PrivacyPolicy.tsx (1)
  • src/app/(plain)/(public)/privacy/page.tsx (1)
  • src/app/(plain)/README.md (1)
Review comments generated (6)
  • Review: 3
  • LGTM: 3

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.

Comment on lines 58 to 63
const StyledLink = styled(Link)`
display: flex;
justify-content: left;
align-items: center;
padding-left: 9px;
`;

Choose a reason for hiding this comment

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

Image description CodeRabbit

新たにStyledLinkというstyled componentが定義されています。これは、左寄せで中央揃えのスタイルを持つリンクを作成するためのものです。この変更は適切です。

+ const StyledLink = styled(Link)`
+   display: flex;
+   justify-content: left;
+   align-items: center;
+   padding-left: 9px;
+ `;

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 f81d5b8 and 71190c9 commits.
Files selected (1)
  • src/app/(plain)/(public)/privacy/_components/PrivacyPolicy.tsx (1)
Review comments generated (1)
  • Review: 0
  • LGTM: 1

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 71190c9 and 73ba0bc commits.
Files selected (2)
  • src/app/(plain)/(public)/privacy/_components/PrivacyPolicy.tsx (1)
  • src/app/(plain)/(public)/privacy/page.tsx (1)
Review comments generated (2)
  • Review: 0
  • LGTM: 2

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.

@AyumuAkimoto AyumuAkimoto changed the title WIPプライバシーポリシー プライバシーポリシー Mar 27, 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 73ba0bc and d9ce585 commits.
Files selected (2)
  • src/app/(menu)/_components/menu/SideMenu.tsx (3)
  • src/app/(plain)/(public)/privacy/_components/PrivacyPolicy.tsx (1)
Review comments generated (4)
  • Review: 3
  • LGTM: 1

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.

@@ -1,6 +1,6 @@
'use client';

import { Box, styled } from '@mui/material';
import { Box, Link, styled } from '@mui/material';

Choose a reason for hiding this comment

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

Image description CodeRabbit

Linkコンポーネントのインポートが追加されています。この変更は、新たにプライバシーポリシーへのリンクを作成するために必要です。

- import { Box, styled } from '@mui/material';
+ import { Box, Link, styled } from '@mui/material';

Comment on lines 58 to 64
const StyledLink = styled(Link)`
display: flex;
justify-content: left;
align-items: center;
padding-left: 9px;
font-size: 12px;
`;

Choose a reason for hiding this comment

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

Image description CodeRabbit

新たにStyledLinkというスタイル付きのLinkコンポーネントが定義されています。これは、プライバシーポリシーへのリンクに適用されるスタイルを定義しています。

+ const StyledLink = styled(Link)`
+   display: flex;
+   justify-content: left;
+   align-items: center;
+   padding-left: 9px;
+   font-size: 12px;
+ `;

@@ -116,6 +124,7 @@ const SideMenu = () => {
userName={profile.username}
/>
)}
<StyledLink href="/privacy">{'プライバシーポリシー'}</StyledLink>

Choose a reason for hiding this comment

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

Image description CodeRabbit

サイドメニューにプライバシーポリシーへのリンクが追加されています。このリンクは、ユーザーがプライバシーポリシーを簡単に確認できるようにするためのものです。

+         <StyledLink href="/privacy">{'プライバシーポリシー'}</StyledLink>

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 d9ce585 and 7e755d0 commits.
Files selected (2)
  • src/app/(menu)/_components/menu/SideMenu.tsx (2)
  • src/app/(menu)/_components/menu/TopicMenu.tsx (2)
Files not reviewed due to errors (2)
  • src/app/(menu)/_components/menu/TopicMenu.tsx (no response)
  • src/app/(menu)/_components/menu/SideMenu.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 新しい機能の追加 good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant