feat: Learning Hub Guided Tours#2297
Draft
camielvs wants to merge 1 commit into
Draft
Conversation
This was referenced May 20, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
🎩 PreviewA preview build has been created at: |
ec332e4 to
cc5778e
Compare
3c18599 to
1d42d12
Compare
cc5778e to
0f30f2c
Compare
3 tasks
0f30f2c to
4cc74f0
Compare
59ea49b to
18b7e6d
Compare
4cc74f0 to
fd9690e
Compare
3 tasks
fd9690e to
8c23f4e
Compare
8c23f4e to
b781af4
Compare
18b7e6d to
7a59caa
Compare
12125e7 to
77a5131
Compare
0d781fb to
86acec5
Compare
802d35f to
ed60f71
Compare
86acec5 to
888eb3e
Compare
f902a92 to
885177d
Compare
885177d to
f1eb709
Compare
f1eb709 to
51800ff
Compare
8 tasks
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.

Description
Scaffold the guided tours page at
/learn/toursand the per-tour route at/tour/$tourId. UI only — actual tour logic and registered tours land in upstack PRs (#2299, #2306).What's here
/learn/tours(LearnToursView.tsx) — Featured Tours strip and the full Tours Library grid/tour/$tourIdroute stub (Tour.tsx) — wired into the router so the framework PR can fill in lifecycleFeaturedTours/ToursLibrary— present every tour as "Coming soon" viaLearnComingSoonuntil the framework registers anytours.json/tours.ts— placeholder catalog and type definitionsRelated Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/621
Followed by #2299 (framework) and #2306 (first tour).
Type of Change
Checklist
Screenshots
Test Instructions
/tour/<anything>reaches the route stub without crashing