-
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
Created the NFT component for single NFT allowance #15825
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. |
Verified by QA |
textAlign={TEXT_ALIGN.END} | ||
marginTop={4} | ||
marginRight={4} | ||
className="nft-info__content__view" |
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.
BEM class syntax doesn't allow for nesting blocks this way, if you need a block within another block then it should be named like nft-info__content-view
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.
Hi @brad-decker , You can see changes here
fd801cb
to
a8832a5
Compare
Builds ready [a8832a5]
Page Load Metrics (1221 ± 16 ms)
highlights:storybook
|
a8832a5
to
b19e5dd
Compare
Builds ready [b19e5dd]
Page Load Metrics (2376 ± 88 ms)
highlights:storybook
|
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
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!
Explanation
Created the NFT component for single NFT allowance. This component can't yet be added to the app. Instead, I added a storybook that displays this component.
More Information
Screenshots/Screencaps
Manual Testing Steps
This component can be tested by running storybook (yarn storybook) and then go to the COMPONENTS tab and open in UI/NftInfo.