Skip to content

Conversation

@nidhi-singh02
Copy link
Contributor

@nidhi-singh02 nidhi-singh02 commented Sep 3, 2025

Summary

Adding introduction page for express relay, migrated from the documentation

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@nidhi-singh02 nidhi-singh02 self-assigned this Sep 3, 2025
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 3, 2025 14:57 Inactive
@vercel
Copy link

vercel bot commented Sep 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Sep 3, 2025 3:28pm
developer-hub Ready Ready Preview Comment Sep 3, 2025 3:28pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Sep 3, 2025 3:28pm
entropy-explorer Skipped Skipped Sep 3, 2025 3:28pm
insights Skipped Skipped Sep 3, 2025 3:28pm
proposals Skipped Skipped Sep 3, 2025 3:28pm
staking Skipped Skipped Sep 3, 2025 3:28pm

@vercel vercel bot temporarily deployed to Preview – proposals September 3, 2025 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – insights September 3, 2025 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – staking September 3, 2025 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer September 3, 2025 15:25 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference September 3, 2025 15:25 Inactive
@nidhi-singh02 nidhi-singh02 merged commit ea4a10b into main Sep 3, 2025
10 checks passed
@nidhi-singh02 nidhi-singh02 deleted the add-express-relay branch September 3, 2025 15:35
Copy link
Collaborator

@cprussin cprussin left a comment

Choose a reason for hiding this comment

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

minor nits, not a big deal though

Comment on lines +16 to +32
const colorClasses = {
blue: {
bg: "bg-blue-100 dark:bg-blue-900",
text: "text-blue-600 dark:text-blue-400",
hoverText: "group-hover:text-blue-600 dark:group-hover:text-blue-400",
},
green: {
bg: "bg-green-100 dark:bg-green-900",
text: "text-green-600 dark:text-green-400",
hoverText: "group-hover:text-green-600 dark:group-hover:text-green-400",
},
purple: {
bg: "bg-purple-100 dark:bg-purple-900",
text: "text-purple-600 dark:text-purple-400",
hoverText: "group-hover:text-purple-600 dark:group-hover:text-purple-400",
},
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

minor but you should extract this to outside the render path since it's constant

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fair point, addressed these comments in #3020

InfoBox: InfoBox,
// Fuma has a Callout component in `defaultMdxComponents` which we still want to overwrite
Callout: InfoBox,
IntegrationCard,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than putting this here, just import it where it's used. In general I really dislike putting components here because it makes it really hard to trace from a call site to what's actually included on the page

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, will address the comments.

@nidhi-singh02 nidhi-singh02 restored the add-express-relay branch September 4, 2025 12:29
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