Skip to content
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/mint nft card #372

Merged
merged 14 commits into from
Feb 23, 2023
Merged

Feat/mint nft card #372

merged 14 commits into from
Feb 23, 2023

Conversation

andrefelizardo
Copy link
Member

[Mint NFT Card]

Type of PR

  • - feature

Description

Display a Mint NFT card if the user is the recipient of this credential and if the credential was issued by an organization.

image

justifyContent: 'center',
}}
>
{status === 'loading' && (
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 3 locations. Consider refactoring.

</Typography>
{mintedData && (
<Stack justifyContent="space-between" direction="row" gap="25px">
<Typography
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

/>
)}

<Box sx={{ width: 200, position: 'relative' }}>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

})}
/>
)}
{status == 'error' && (
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 3 locations. Consider refactoring.

{title}
</Typography>
<Stack direction="row" justifyContent="space-between">
<Typography
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

@codeclimate
Copy link

codeclimate bot commented Feb 23, 2023

Code Climate has analyzed commit 9f920bb and detected 10 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2
Duplication 8

View more on Code Climate.

@vercel
Copy link

vercel bot commented Feb 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
gateway-website ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 23, 2023 at 9:07PM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
ui-storybook ⬜️ Ignored (Inspect) Feb 23, 2023 at 9:07PM (UTC)

Copy link
Collaborator

@rafagomes rafagomes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants