-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat(874): add footer to connect Hardware wallet and style refactor #20121
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
@@ -263,7 +263,7 @@ AccountList.propTypes = { | |||
onUnlockAccounts: PropTypes.func, | |||
onCancel: PropTypes.func, | |||
onAccountRestriction: PropTypes.func, | |||
hdPaths: PropTypes.array.isRequired, | |||
hdPaths: PropTypes.object.isRequired, |
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.
lint fixing
@@ -14,7 +14,7 @@ const render = () => { | |||
}); | |||
|
|||
const props = { | |||
selectedPath: TREZOR_HD_PATHS[0].path, | |||
selectedPath: TREZOR_HD_PATHS[0].value, |
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.
lint fixing
Builds ready [9d2d8e7]
Page Load Metrics (1392 ± 23 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov Report
@@ Coverage Diff @@
## develop #20121 +/- ##
===========================================
+ Coverage 69.37% 69.38% +0.01%
===========================================
Files 987 987
Lines 37265 37267 +2
Branches 10006 10006
===========================================
+ Hits 25852 25856 +4
+ Misses 11413 11411 -2
|
Builds ready [57926fc]
Page Load Metrics (1477 ± 28 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This looks good to me @DDDDDanica, @kevinghim for future planning, it would be good to allocate some time to enhance this specific section, to make it seamlessly integrate with the rest of the UI, looks a bit messy now: |
Explanation
Screenshots/Screencaps
Before
Hardware wallet onboarding
Hardware wallet onboarding with no supported browser
After
Hardware wallet onboarding
Hardware wallet onboarding with no supported browser
Manual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.