Skip to content

注意書きを追記した - #47

Merged
Myxogastria0808 merged 2 commits into
mainfrom
dev
Jan 16, 2026
Merged

注意書きを追記した#47
Myxogastria0808 merged 2 commits into
mainfrom
dev

Conversation

@Myxogastria0808

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 16, 2026 21:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds a comprehensive disclaimer notice to inform users about the development status of Pay Crew2 and potential risks. The disclaimer warns users about possible data loss, specification changes, and includes a liability waiver.

Changes:

  • Extended the existing disclaimer message in Root page to include detailed warnings about data loss and specification changes
  • Added the same comprehensive disclaimer to the Login page

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
products/frontend/src/routes/Root/index.tsx Updated the Error component content to include extended disclaimer about data loss risks and liability waiver
products/frontend/src/routes/Login/index.tsx Added Error component import and displayed the comprehensive disclaimer on the login page

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<>
<Logo content="Pay Crew2" />
<Error content="Pay Crew2は、まだ開発中です。" />
<Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" />

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

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

The disclaimer message is hardcoded and duplicated across multiple files (Root/index.tsx and Login/index.tsx). Consider extracting this long disclaimer text into a shared constant to ensure consistency and make future updates easier. For example, create a constants file with export const DEVELOPMENT_DISCLAIMER = '...' and import it where needed.

Copilot uses AI. Check for mistakes.
return (
<div>
<Title title="ログイン" />
<Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" />

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

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

The disclaimer message is hardcoded and duplicated across multiple files (Root/index.tsx and Login/index.tsx). Consider extracting this long disclaimer text into a shared constant to ensure consistency and make future updates easier. For example, create a constants file with export const DEVELOPMENT_DISCLAIMER = '...' and import it where needed.

Copilot uses AI. Check for mistakes.
<>
<Logo content="Pay Crew2" />
<Error content="Pay Crew2は、まだ開発中です。" />
<Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" />

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

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

The Error component is being used to display a disclaimer/warning message, but based on its usage elsewhere in the codebase (error states, failed data fetches), it appears to be designed for error messages. Consider creating a dedicated Warning or Disclaimer component for this use case to maintain semantic clarity and allow for different styling if needed.

Copilot uses AI. Check for mistakes.
return (
<div>
<Title title="ログイン" />
<Error content="Pay Crew2は、まだ開発中です。そのため、予告なくデータが消失する可能性があります。また、サービスの仕様が変更されることがあります。これらを含む「Pay Crew2」について、一切の責任を負いかねますのでご了承ください。" />

Copilot AI Jan 16, 2026

Copy link

Choose a reason for hiding this comment

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

The Error component is being used to display a disclaimer/warning message, but based on its usage elsewhere in the codebase (error states, failed data fetches), it appears to be designed for error messages. Consider creating a dedicated Warning or Disclaimer component for this use case to maintain semantic clarity and allow for different styling if needed.

Copilot uses AI. Check for mistakes.
@Myxogastria0808
Myxogastria0808 merged commit 53879e0 into main Jan 16, 2026
14 checks passed
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.

2 participants