-
Notifications
You must be signed in to change notification settings - Fork 360
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
π support(UI): Onboarding quizz pixel polish LLM #1402
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
π¦ Changeset detectedLatest commit: 3e9ec68 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportBase: 0.00% // Head: 43.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1402 +/- ##
============================================
+ Coverage 0 43.59% +43.59%
============================================
Files 0 610 +610
Lines 0 25476 +25476
Branches 0 6974 +6974
============================================
+ Hits 0 11105 +11105
- Misses 0 14321 +14321
- Partials 0 50 +50
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. β View full report at Codecov. |
Screenshots: β
There are no changes in the screenshots for this PR. If this is expected, you are good to go. |
08e11d9
to
fdc072d
Compare
@@ -33,7 +36,7 @@ const Card = ({ index /* , deviceModelId */ }: CardType) => { | |||
const { t } = useTranslation(); | |||
return ( | |||
<Flex flex={1} justifyContent="center" alignItems="center" px={20}> | |||
<Flex> | |||
<Flex mb={`${space[8]}px`}> |
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.
You just need to do Flex mb=8
, it should not be imported like this
width: "100%", | ||
}, | ||
backArrow: { | ||
position: "absolute", |
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.
<Button>
component should already accept these position props
</Flex> | ||
<InvertTheme> |
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.
I'm not sure what the expected behavior of this, but i think you wanted to use something like this :
<ForceTheme selectedPalette={"dark"}>
π Description
Onboarding quizz pixel polish LLM
β Context
live-mobile
β Checklist
πΈ Demo
Screen_Recording_20220928-105705_LL.DEV.mp4
π Expectations to reach
OnBoarding > Configure Nano
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.