-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: demo account components to oak components - AI-460 #204
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Playwright e2e testsTo view traces locally, unzip the report and run: npx playwright show-report ~/Downloads/playwright-report |
Quality Gate passedIssues Measures |
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.
Looks good, just a q around the style
prop
$maxWidth={"all-spacing-24"} | ||
$ml="auto" | ||
$mr="auto" | ||
style={{ marginTop: marginTop }} |
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.
Guessing there's a reason we can't use $mt
here instead?
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.
Maximum is 80 in the oakSpaceBetweenTokens
prop - because it's a fixed header, I've had to increase the maximum here so that it's not obscured.
This looks good. I think we should get @mikeritson-oak to check it over before merging |
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.
All looks good. Tested across browsers and all steps of the demo account flow. 👍
We've had to revert this PR and remove it from the RC build this morning.
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
These changes have had some subtle margin / font size changes due to Oak Components spacing and font type constraints.
Issue(s)
Fixes #
How to test
Toggle isDemoUser true in clerk
Check banner desktop / mobile , check links are working , check pop up for first demo lesson / used all demo lessons up
Screenshots
How it used to look (delete if n/a):
How it should now look:
Checklist