-
Notifications
You must be signed in to change notification settings - Fork 354
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
New edit flow #1774
New edit flow #1774
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
π¦ Changeset detectedLatest commit: fc70950 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 |
Screenshots: β
There are no changes in the screenshots for this PR. If this is expected, you are good to go. |
a616a6f
to
1889a4b
Compare
Codecov ReportBase: 47.83% // Head: 63.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1774 +/- ##
============================================
+ Coverage 47.83% 63.15% +15.31%
============================================
Files 704 1 -703
Lines 30822 57 -30765
Branches 8129 7 -8122
============================================
- Hits 14745 36 -14709
+ Misses 14846 18 -14828
+ Partials 1231 3 -1228
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. |
59df29f
to
bec6da6
Compare
apps/ledger-live-mobile/src/screens/CustomImage/PreviewPreEdit.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/screens/CustomImage/PreviewPreEdit.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/components/RootNavigator/types/CustomImageNavigator.ts
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/screens/CustomImage/PreviewPostEdit.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/screens/CustomImage/Step2Preview.tsx
Outdated
Show resolved
Hide resolved
apps/ledger-live-mobile/src/screens/CustomImage/Step2Preview.tsx
Outdated
Show resolved
Hide resolved
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.
Great job!
Just one thing: it would be great to remove any processing logic from PreviewPostEdit
as it's already happening in the previous screen Step2Preview
.
It would be much simpler in my opinion. Basically you have to revert some of the changes you did in Step2Preview
and just pass the ProcessorRawResult
to PreviewPostEdit
.
0a7d3ea
to
f74aed6
Compare
9d1ca70
to
fc70950
Compare
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.
nice! good job
π Description
Rework the custom edit flow. For more information see the proper Slack channels.
β Context
ledger-live-mobile
β Checklist
Test coverage: no UI testing on mobile yetπΈ Demo
N/A, see slack channels
π Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.