Skip to content

feat: allow setting color scheme via URL parameter on checkout page#236

Merged
mikannkann merged 2 commits into
mainfrom
feature/234-checkout-darkmode
Dec 21, 2025
Merged

feat: allow setting color scheme via URL parameter on checkout page#236
mikannkann merged 2 commits into
mainfrom
feature/234-checkout-darkmode

Conversation

@mikannkann

@mikannkann mikannkann commented Dec 21, 2025

Copy link
Copy Markdown
Collaborator

Closes #234

Copilot AI review requested due to automatic review settings December 21, 2025 07:24
@mikannkann mikannkann enabled auto-merge December 21, 2025 07:24
@github-actions github-actions Bot added type/enhancement 新機能の追加や既存機能の改善 area/client フロントエンド関連 labels Dec 21, 2025
@mikannkann mikannkann merged commit 31cfbd5 into main Dec 21, 2025
3 checks passed
@mikannkann mikannkann deleted the feature/234-checkout-darkmode branch December 21, 2025 07:25

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 PR adds functionality to set the color scheme (theme) on the checkout page via a URL parameter. This allows external systems or links to directly specify the desired theme when directing users to the checkout page.

  • Added extraction of theme URL parameter from search params
  • Implemented automatic color scheme setting based on the URL parameter
  • Validated theme parameter against allowed values ("light", "dark", "auto")

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/client フロントエンド関連 type/enhancement 新機能の追加や既存機能の改善

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] checkoutページのダークモード調整

2 participants