Header component for transaction confirmation screens#15614
Merged
brad-decker merged 5 commits intodevelopfrom Aug 23, 2022
Merged
Header component for transaction confirmation screens#15614brad-decker merged 5 commits intodevelopfrom
brad-decker merged 5 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. |
added 2 commits
August 17, 2022 17:39
31ecc15 to
490485b
Compare
Collaborator
Builds ready [490485b]
Page Load Metrics (1749 ± 31 ms)
highlights:storybook
|
Contributor
|
Verified by QA |
Collaborator
Builds ready [3f9e72a]
Page Load Metrics (1854 ± 70 ms)
highlights:storybook
|
NidhiKJha
previously requested changes
Aug 18, 2022
Member
NidhiKJha
left a comment
There was a problem hiding this comment.
LGTM! Just a minor change suggestion
| import NetworkAccountBalanceHeader from './network-account-balance-header'; | ||
|
|
||
| export default { | ||
| title: 'Components/APP/NetworkAccountBalanceHeader', |
Member
There was a problem hiding this comment.
Suggested change
| title: 'Components/APP/NetworkAccountBalanceHeader', | |
| title: 'Components/App/NetworkAccountBalanceHeader', |
Collaborator
Builds ready [0ee04f3]
Page Load Metrics (1864 ± 52 ms)
highlights:storybook
|
brad-decker
approved these changes
Aug 19, 2022
darkwing
approved these changes
Aug 23, 2022
Collaborator
Builds ready [7c769d1]
Page Load Metrics (1760 ± 46 ms)
highlights:storybook
|
|
Hello, some details to adapt this to our existing components and tokens:
|
Author
Hey @SaraCheikh! |
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
Created a header component for transaction confirmation screens (network + account + balance). The component will be implemented and used in the future. However, it can be seen now within the storybook. This component has following properties:
More Information
Screenshots/Screencaps
Manual Testing Steps
The component can be seen and tested from the storybook (
yarn storybook). Then go to theCOMPONENTStab and open it from theAPPtab -NetworkAccountBalanceHeader.