-
Notifications
You must be signed in to change notification settings - Fork 34
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
docs(headless commerce SSR): copy common codes/sample between NextJS & Remix #4778
Open
fpbrault
wants to merge
29
commits into
master
Choose a base branch
from
KIT-3774
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,937
−64
Conversation
This file contains 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
fpbrault
requested review from
olamothe,
y-lakhdar,
louis-bompart and
fbeaudoincoveo
December 6, 2024 22:16
Pull Request ReportPR Title✅ Title follows the conventional commit spec. Live demo linksBundle Size
SSR Progress
Detailed logssearch : buildInteractiveResultsearch : buildInteractiveInstantResult search : buildInteractiveRecentResult search : buildInteractiveCitation search : buildGeneratedAnswer recommendation : missing SSR support case-assist : missing SSR support insight : missing SSR support commerce : missing SSR support |
packages/samples/headless-commerce-ssr-remix/app/components/breadcrumb-manager.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/breadcrumb-manager.tsx
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/context-dropdown.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/context-dropdown.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/did-you-mean.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/recent-queries.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/recommendations/popular-bought.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/sort.tsx
Outdated
Show resolved
Hide resolved
packages/samples/headless-commerce-ssr-remix/app/components/standalone-search-box.tsx
Show resolved
Hide resolved
fpbrault
temporarily deployed
to
PR Artifacts
December 16, 2024 15:52 — with
GitHub Actions
Inactive
fpbrault
temporarily deployed
to
PR Artifacts
December 16, 2024 16:29 — with
GitHub Actions
Inactive
fpbrault
temporarily deployed
to
PR Artifacts
December 16, 2024 16:53 — with
GitHub Actions
Inactive
fpbrault
temporarily deployed
to
PR Artifacts
December 16, 2024 19:37 — with
GitHub Actions
Inactive
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 15:44 — with
GitHub Actions
Error
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 15:56 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 16:33 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 17:08 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 19:11 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 19:34 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 19:55 — with
GitHub Actions
Failure
fpbrault
had a problem deploying
to
PR Artifacts
December 17, 2024 21:14 — with
GitHub Actions
Failure
fpbrault
force-pushed
the
KIT-3774
branch
4 times, most recently
from
December 17, 2024 21:53
fdb0b53
to
ebf2fee
Compare
Co-authored-by: Frederic Beaudoin <fbeaudoin@coveo.com>
fpbrault
temporarily deployed
to
PR Artifacts
December 18, 2024 16:59 — with
GitHub Actions
Inactive
fpbrault
temporarily deployed
to
PR Artifacts
December 18, 2024 17:18 — with
GitHub Actions
Inactive
fpbrault
temporarily deployed
to
PR Artifacts
December 18, 2024 19:11 — with
GitHub Actions
Inactive
fbeaudoincoveo
temporarily deployed
to
PR Artifacts
December 20, 2024 14:31 — with
GitHub Actions
Inactive
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.
This PR updates the Remix sample to include the same components as the NextJS sample.
https://coveord.atlassian.net/browse/KIT-3774