Skip to content

chore: add warning message#11

Merged
Myxogastria0808 merged 3 commits intomainfrom
dev
Jan 18, 2026
Merged

chore: add warning message#11
Myxogastria0808 merged 3 commits intomainfrom
dev

Conversation

@Myxogastria0808
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 18, 2026 06:05
@Myxogastria0808 Myxogastria0808 merged commit 7c6440b into main Jan 18, 2026
14 checks passed
Copy link
Copy Markdown

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.

Pull request overview

This PR adds a warning message component to inform users that the Pay Crew service has been terminated and data may be deleted without notice. The changes also include global CSS variables for consistent styling and a minor dependency update.

Changes:

  • Added a new WarningMessage component with animated loader and disclaimer text
  • Integrated CSS custom properties for colors, spacing, and typography
  • Updated dotenv-caster dependency from version 2.1.23 to 2.2.1

Reviewed changes

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

Show a summary per file
File Description
products/frontend/src/routes/Root/index.tsx Imported and rendered the new WarningMessage component
products/frontend/src/routes/Root/components/index.ts Added export for WarningMessage and fixed ReminderTest export extension
products/frontend/src/routes/Root/components/WarningMessage/WarningMessage.tsx Created new warning component with service termination notice
products/frontend/src/routes/Root/components/WarningMessage/WarningMessage.module.css Added CSS module with animated loader and warning message styles
products/frontend/src/index.css Added global CSS custom properties for design tokens (colors, spacing, typography)
pnpm-workspace.yaml Updated dotenv-caster version specification
pnpm-lock.yaml Updated lockfile to reflect dotenv-caster version change
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

Comment on lines +17 to +18
Pay Crewは、サービスを終了しました。そのため、予告なくデータを消滅させる可能性があります。 これらを含む「Pay
Crew」の利用について、一切の責任を負いかねますのでご了承ください
Copy link

Copilot AI Jan 18, 2026

Choose a reason for hiding this comment

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

The service name is inconsistent within the warning message. Line 17 uses "Pay Crew" (with a space), while line 17-18 uses "Pay Crew" again but the component title in the main page uses "PayCrew" (without space) as seen in the Root component. Consider using consistent naming throughout the application, likely "PayCrew" to match the branding shown in the header.

Suggested change
Pay Crewは、サービスを終了しました。そのため、予告なくデータを消滅させる可能性があります。 これらを含む「Pay
Crew」の利用について、一切の責任を負いかねますのでご了承ください
PayCrewは、サービスを終了しました。そのため、予告なくデータを消滅させる可能性があります。 これらを含む「PayCrew」の利用について、一切の責任を負いかねますのでご了承ください

Copilot uses AI. Check for mistakes.
</div>
<p className={styles.content}>
Pay Crewは、サービスを終了しました。そのため、予告なくデータを消滅させる可能性があります。 これらを含む「Pay
Crew」の利用について、一切の責任を負いかねますのでご了承ください
Copy link

Copilot AI Jan 18, 2026

Choose a reason for hiding this comment

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

The warning message text is missing a period (。) at the end of the sentence. Japanese sentences should end with proper punctuation.

Suggested change
Crew」の利用について、一切の責任を負いかねますのでご了承ください
Crew」の利用について、一切の責任を負いかねますのでご了承ください

Copilot uses AI. Check for mistakes.
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