Using NetworkAccountBalanceHeader component on SIWE screen#19361
Merged
NiranjanaBinoy merged 9 commits intodevelopfrom Jun 6, 2023
Merged
Using NetworkAccountBalanceHeader component on SIWE screen#19361NiranjanaBinoy merged 9 commits intodevelopfrom
NiranjanaBinoy merged 9 commits intodevelopfrom
Conversation
Contributor
|
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. |
Collaborator
Builds ready [209ef2c]
Page Load Metrics (1560 ± 48 ms)
Bundle size diffs
|
jpuri
reviewed
Jun 1, 2023
8 tasks
NiranjanaBinoy
commented
Jun 1, 2023
|
|
||
| import NetworkAccountBalanceHeader from '../network-account-balance-header'; | ||
|
|
||
| const SignatureRequestsCommonHeader = ({ txData }) => { |
Contributor
Author
There was a problem hiding this comment.
In this PR, I have updated and to use this new component. This can also be used in , which I will be updating in #19104 to reduce redundant work as I am refactoring the component to a functional component in that PR.
Collaborator
Builds ready [154394a]
Page Load Metrics (1581 ± 55 ms)
Bundle size diffs
|
segun
reviewed
Jun 2, 2023
jpuri
reviewed
Jun 2, 2023
jpuri
reviewed
Jun 2, 2023
jpuri
reviewed
Jun 2, 2023
jpuri
reviewed
Jun 2, 2023
jpuri
previously approved these changes
Jun 2, 2023
Contributor
jpuri
left a comment
There was a problem hiding this comment.
Some small feedbacks, looks good otherwise 👍
Codecov Report
@@ Coverage Diff @@
## develop #19361 +/- ##
===========================================
+ Coverage 69.98% 69.99% +0.01%
===========================================
Files 959 960 +1
Lines 36790 36802 +12
Branches 9452 9452
===========================================
+ Hits 25747 25759 +12
Misses 11043 11043
|
jpuri
approved these changes
Jun 2, 2023
Collaborator
Builds ready [7d6c201]
Page Load Metrics (1715 ± 58 ms)
Bundle size diffs
|
segun
approved these changes
Jun 5, 2023
Collaborator
Builds ready [8a1aff9]
Page Load Metrics (1744 ± 105 ms)
Bundle size diffs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
NetworkAccountBalanceHeader is now being shown on the SIWE screen.
Fixes #17812
Screenshots/Screencaps
Before
After
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 Boardlabel.In this case, a QA Engineer approval will be be required.