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: [lw 11882] Connect DApp Explorer to DApp Radar API #1649

Merged
merged 17 commits into from
Jan 21, 2025

Conversation

szymonmaslowski
Copy link
Contributor

@szymonmaslowski szymonmaslowski commented Jan 17, 2025

Checklist

  • JIRA - <link>
  • Proper tests implemented
  • Screenshots added.

Proposed solution

  • fetching categories from DR API
  • fetching dapps from DR API
    • filtering dapps based on chosen category
  • CI setup to include DR api token from GH seecrets
  • docs on how to get personal api token

Testing

  1. Set up your personal dapp radar api token (check the new readme description)
  2. Build lace
  3. Go to dapp explorer tab

Screenshots

image image image

@szymonmaslowski szymonmaslowski requested review from a team as code owners January 17, 2025 09:57
@pczeglik-iohk
Copy link
Contributor

pczeglik-iohk commented Jan 17, 2025

Allure Report

allure-report-publisher generated test report!

processReports: ✅ test report for 81149f83

passed failed skipped flaky total result
Total 34 0 3 0 37

Copy link
Contributor

@greatertomi greatertomi left a 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. 🚀

@szymonmaslowski szymonmaslowski force-pushed the feat/LW-11882-connect-to-dapp-radar branch from a80d784 to 78be196 Compare January 17, 2025 15:51
/>
)}
{data.socialLinks.map(({ url, title }) => (
// eslint-disable-next-line unicorn/no-null
Copy link
Contributor

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>
Copy link
Contributor

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?

@szymonmaslowski szymonmaslowski merged commit 798e959 into main Jan 21, 2025
30 checks passed
@szymonmaslowski szymonmaslowski deleted the feat/LW-11882-connect-to-dapp-radar branch January 21, 2025 13:34
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.

3 participants