-
Notifications
You must be signed in to change notification settings - Fork 324
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
Move Demo Store to templates folder #1132
Conversation
We noticed that this PR either modifies or introduces usage of the Docs are available here. If unavoidable, we reccomend using an HTML sanitizer like DOMPurify to sanitize content before If you have any questions or are unsure about how to move forward with this, ping #help-appsec and we would |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!
With this change, should we also move packages/playground/**
to examples
? Or even to a different root folder? It doesn't feel like a package 🤔
f058c19
to
d2a6e69
Compare
@frandiox yeah I agree, My thinking here is that we remove that folder entirely and more towards declarative sandboxed e2e apps that are generated before each test runs and destroyed after. The fixture approach won't scale as well and we commonly re-use fixtures across different tests which is not ideal. What do you think? I have a few things started around scaffolding sandbox apps so if you agree with that approach I can put together a PR. |
d2a6e69
to
9b79c09
Compare
9b79c09
to
10b3545
Compare
* v1.x-2022-07: (95 commits) [ci] release v1.x-2022-07 (#1170) Try ignoring hello-world to see if it will get bumped Don't consider examples part of the workspace (#1202) Fix headers on oxygen (#1201) Add bot user agents for Seoradar and Adresults, resolves #1199 (#1200) Fix changeset updates to docker deploy documentation to resolve run issues (#1196) Upgrade body-parser (#1162) Fix path for deployments Adds ability to add more than one cookie per response (#1161) Move Demo Store to templates folder (#1132) Avoid additional div element (#1191) Whoops this should only be patch Adds preconnect <link> for CDN (#1160) Bump ejs from 3.1.6 to 3.1.7 (#1147) Fix scroll restoration when server props are changed (#1152) Typo Fixes #1165 by making a missing alt tag a console warning (#1167) Remove concurrency directive for Oxygen deployments Fix hydrogen-ui dev and build issues (#1169) ...
Fixes Shopify/hydrogen#817
Before submitting the PR, please make sure you do the following:
fixes #123
)yarn changeset add
if this PR cause a version bump based on Keep a Changelog and adheres to Semantic Versioning