-
Notifications
You must be signed in to change notification settings - Fork 5
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: [lw 11882] Connect DApp Explorer to DApp Radar API #1649
base: main
Are you sure you want to change the base?
Conversation
Allure Report
processReports: ✅ test report for 5979448d
|
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.
Amazing work. Looks good to me. 🚀
a80d784
to
78be196
Compare
/> | ||
)} | ||
{data.socialLinks.map(({ url, title }) => ( | ||
// eslint-disable-next-line unicorn/no-null |
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.
Can you make itemIcon
optional, so we do not need to pass null
and we can remove // eslint-disable
?
@@ -15,7 +15,14 @@ export const AboutDapp: React.FC = () => { | |||
return ( | |||
<> | |||
<Box my="$24"> | |||
<Text.Body.Normal>{data?.longDescription}</Text.Body.Normal> | |||
<Box mb="$12"> | |||
<Text.SubHeading>{'Summary'}</Text.SubHeading> |
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.
Is this intentional to omit i18n?
Quality Gate passedIssues Measures |
Checklist
Proposed solution
Testing
Screenshots