Skip to content

Conversation

DanielSchiavini
Copy link
Collaborator

@DanielSchiavini DanielSchiavini commented Oct 7, 2025

  • convert the pool parameters to action info components in beta mode
  • align contract elements to the center of the line

Copy link

vercel bot commented Oct 7, 2025

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

Project Deployment Preview Comments Updated (UTC)
curve-dapp Ready Ready Preview Comment Oct 7, 2025 2:36pm
curve-dapp-storybook Ready Ready Preview Comment Oct 7, 2025 2:36pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
curve-router-api Skipped Skipped Oct 7, 2025 2:36pm

value={formatNumber(future_A, { useGrouping: false })}
/>
<ActionInfo
label=" "
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not sure how to deal with this one, just keeping it as it was for now

Copy link
Collaborator

Choose a reason for hiding this comment

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

Could set the type of label: ReactNode in the ActionInfo component to label: ReactNode | undefined. That way the label can be set to be empty, but it the property is still required and setting as empty has to be done so explicitly as it's an edge case.

Copy link
Collaborator

@0xAlunara 0xAlunara left a comment

Choose a reason for hiding this comment

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

Looking good. Although not sure if we should mix - with N/A?
image

value={formatNumber(future_A, { useGrouping: false })}
/>
<ActionInfo
label=" "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could set the type of label: ReactNode in the ActionInfo component to label: ReactNode | undefined. That way the label can be set to be empty, but it the property is still required and setting as empty has to be done so explicitly as it's an edge case.

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.

4 participants