-
Notifications
You must be signed in to change notification settings - Fork 302
[LIVE-1317] "something else" choice at repair modal for Nano S #4926
Conversation
Thanks for your contribution.
Why /generate-screenshots ?If your PR contains UI related changes, Why /upgrade-llc ?If your PR requires an update to the ledger-live-common library, |
Coverage report
Test suite run success1 tests passing in 1 suite.Report generated by 🧪jest coverage report action from 3ed7e50 |
ef5dd6a
to
735560c
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.
I don't understand why this is specific to Nano S but code looks good
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.
lgtm
8f197ba
to
e096979
Compare
It redirects to the end of the usb-troubleshooting flow
e096979
to
9fc6cf6
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.
Just nitpicking
@@ -123,6 +130,7 @@ const RepairDeviceButton: React$ComponentType<Props> = React.forwardRef(function | |||
desc={t("settings.repairDevice.desc")} | |||
progress={progress} | |||
error={error} | |||
enableSomethingElseChoice={true} |
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.
enableSomethingElseChoice={true} | |
enableSomethingElseChoice |
https://reactjs.org/docs/jsx-in-depth.html#props-default-to-true
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.
thanks! fixed in 3ed7e50
🦒 Context (issues, jira)
LIVE-1317
The "something else" choice redirects to the end of the usb-troubleshooting flow
Add to adapt a bit compared to the given design (from figma): the Nano S repair modal is old and has not been updated to the new troubleshooting screens.
💻 Description / Demo (image or video)
Video: new feature
bugfix-live-1317-2022-04-14_09.33.25.mp4
Video: the other repair modal screens are not broken
bugfix-live-1317-no-break-2022-04-14_09.51.31.mp4
🖤 Expectations to reach