Skip to content
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

Merged
merged 4 commits into from
Oct 11, 2022

Conversation

mcayuelas-ledger
Copy link
Contributor

@mcayuelas-ledger mcayuelas-ledger commented Sep 28, 2022

πŸ“ Description

Onboarding quizz pixel polish LLM

❓ Context

  • Impacted projects: live-mobile
  • Linked resource(s): LIVE-2091

βœ… Checklist

  • Test coverage
  • Atomic delivery
  • No breaking changes

πŸ“Έ 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.

@vercel
Copy link

vercel bot commented Sep 28, 2022

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated
live-common-tools βœ… Ready (Inspect) Visit Preview Oct 6, 2022 at 0:30AM (UTC)
3 Ignored Deployments
Name Status Preview Updated
ledger-live-github-bot ⬜️ Ignored (Inspect) Oct 6, 2022 at 0:30AM (UTC)
native-ui-storybook ⬜️ Ignored (Inspect) Oct 6, 2022 at 0:30AM (UTC)
react-ui-storybook ⬜️ Ignored (Inspect) Oct 6, 2022 at 0:30AM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented Sep 28, 2022

πŸ¦‹ Changeset detected

Latest commit: 3e9ec68

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
live-mobile Patch

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
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Base: 0.00% // Head: 43.59% // Increases project coverage by +43.59% πŸŽ‰

Coverage data is based on head (37ac299) compared to base (ecb00cf).
Patch has no changes to coverable lines.

❗ Current head 37ac299 differs from pull request most recent head 3e9ec68. Consider uploading reports for the commit 3e9ec68 to get more accurate results

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     
Flag Coverage Ξ”
test 43.59% <ΓΈ> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Ξ”
libs/ledger-live-common/src/exchange/index.ts 37.03% <0.00%> (ΓΈ)
...er-live-common/src/families/tezos/hw-getAddress.ts 50.00% <0.00%> (ΓΈ)
...mmon/src/families/solana/api/chain/account/vote.ts 100.00% <0.00%> (ΓΈ)
...ger-live-common/src/families/elrond/transaction.ts 38.09% <0.00%> (ΓΈ)
...ve-common/src/families/crypto_org/serialization.ts 33.33% <0.00%> (ΓΈ)
...s/ledger-live-common/src/families/cardano/types.ts 100.00% <0.00%> (ΓΈ)
...dger-live-common/src/families/hedera/js-receive.ts 41.17% <0.00%> (ΓΈ)
...ive-common/src/families/filecoin/hw-signMessage.ts 41.66% <0.00%> (ΓΈ)
...s/ledger-live-common/src/families/bitcoin/cache.ts 33.33% <0.00%> (ΓΈ)
...ive-common/src/families/ethereum/hw-signMessage.ts 100.00% <0.00%> (ΓΈ)
... and 600 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.
πŸ“’ Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Sep 28, 2022

@mcayuelas-ledger

Screenshots: βœ…

There are no changes in the screenshots for this PR. If this is expected, you are good to go.

@@ -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`}>
Copy link
Contributor

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",
Copy link
Contributor

@nparigi-ledger nparigi-ledger Oct 6, 2022

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>
Copy link
Contributor

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"}>

@github-actions
Copy link

github-actions bot commented Oct 6, 2022

@mcayuelas-ledger

Screenshots: ❌

It seems this PR contains screenshots that are different from the base branch.
If you are sure all those changes are correct, you can comment on this PR with /generate-screenshots to update those screenshots.

Make sure all the changes are correct before running the command, as it will commit and push the new result to the PR.

linux

Actual Diff Expected
v3-onboarding-complete-actual v3-onboarding-complete-diff v3-onboarding-complete-expected
v3-onboarding-complete-actual v3-onboarding-complete-diff v3-onboarding-complete-expected

windows

Actual Diff Expected
discover-actual discover-diff discover-expected
discover-actual discover-diff discover-expected

@LFBarreto LFBarreto merged commit 1cc596a into develop Oct 11, 2022
@LFBarreto LFBarreto deleted the support/llm-onboarding-pixel-polishing branch October 11, 2022 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Has changes in LLM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants