feat: Learning Hub Tip Browser#2291
Merged
Merged
Conversation
Collaborator
Author
🎩 PreviewA preview build has been created at: |
This was referenced May 19, 2026
08f8934 to
8dba571
Compare
0cd370b to
37c1808
Compare
9147ccd to
c92c4cb
Compare
3 tasks
a481b54 to
b6b5e73
Compare
37c1808 to
64ee2c7
Compare
3 tasks
b6b5e73 to
8a6fc62
Compare
3 tasks
8a6fc62 to
e2374f9
Compare
64ee2c7 to
d4bff7e
Compare
e2374f9 to
0b7e741
Compare
d4bff7e to
83e6b27
Compare
This was referenced May 22, 2026
0b7e741 to
90d562e
Compare
1530dee to
d04ddb5
Compare
90d562e to
1f7e371
Compare
d04ddb5 to
d81decd
Compare
1f7e371 to
d154d30
Compare
f82244c to
a6c2c75
Compare
e035c9c to
fe9c5ab
Compare
morgan-wowk
approved these changes
Jun 2, 2026
fe9c5ab to
ec00ec7
Compare
3746e62 to
72295f7
Compare
ec00ec7 to
2035746
Compare
72295f7 to
75c2b15
Compare
2035746 to
a689b10
Compare
This was referenced Jun 2, 2026
75c2b15 to
dc7ff69
Compare
a689b10 to
166e1cb
Compare
dc7ff69 to
4060583
Compare
166e1cb to
1d28af1
Compare
4060583 to
d959b4c
Compare
1d28af1 to
9dc5cbb
Compare
00a2e4b to
02d92cb
Compare
9dc5cbb to
b9d2b77
Compare
b9d2b77 to
2d6cab3
Compare
02d92cb to
0d5ae89
Compare
2d6cab3 to
25269ab
Compare
Collaborator
Author
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
Replaces the "Tips library is on the way" placeholder on the Learning Hub's Tips & Tricks page with an actual tip browser.
Tips live in
tips.json(50 at launch) and are grouped into six categories — Shortcuts, Editor, Library, Runs, System, Advanced — each rendered as a section with an icon header and a responsive card grid. Categories render in a fixed order defined intips.ts, and empty categories are skipped. Each card is wired up to tracklearning_hub.tips.viewwith the tip id so we can see which tips people read.Related Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/620
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
learning_hub.tips.view.clickfires with the tip id when a card is clickedAdditional Comments