Sync integrations makeswift#2713
Merged
jordanarldt merged 18 commits intoNov 14, 2025
Merged
Conversation
…2684) * refactor(auth): separate first and last name fields on user session * Update .changeset/thin-things-repair.md Co-authored-by: Jorge Moya <jorge.moya@bigcommerce.com> --------- Co-authored-by: Jorge Moya <jorge.moya@bigcommerce.com>
…2676) * feat(reviews): add product review submission form to pdp * fix(reviews): remove unused eslint directives * fix(reviews): make rating radio group label required * fix(reviews): rename component to ReviewForm * refactor(reviews): make entire review form controlled * fix(reviews): reset form after successful submission * fix(reviews): simplify logic for obfuscating name
* Revert "test(reviews): add e2e tests for reviews form (#2686)" This reverts commit d1d1249. * Revert "feat: CATALYST-676 add generic otel setup (#2674)" This reverts commit a48bcf2. * Revert "refactor(auth): separate first and last name fields on user session (#2684)" This reverts commit edbd202. * Revert "feat(reviews): add reviews form enabling shoppers to submit reviews (#2676)" This reverts commit b7ba003.
* Update anonymous-session.ts Malformed maxAge was resulting in 7 hour instead of 7 day cookies * Add changeset
…2704) * refactor(auth): separate first and last name fields on user session * Update .changeset/thin-things-repair.md Co-authored-by: Jorge Moya <jorge.moya@bigcommerce.com> --------- Co-authored-by: Matthew Volk <matt.volk@bigcommerce.com> Co-authored-by: Jorge Moya <jorge.moya@bigcommerce.com>
Co-authored-by: Chancellor Clark <chancellor.clark@bigcommerce.com>
…2703) * feat(reviews): add product review submission form to pdp * fix(reviews): remove unused eslint directives * fix(reviews): make rating radio group label required * fix(reviews): rename component to ReviewForm * refactor(reviews): make entire review form controlled * fix(reviews): reset form after successful submission * fix(reviews): simplify logic for obfuscating name --------- Co-authored-by: Matthew Volk <matt.volk@bigcommerce.com>
Co-authored-by: Matthew Volk <matt.volk@bigcommerce.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
matthewvolk
approved these changes
Nov 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Sync integrations makeswift with canary
Testing
Migration