-
Notifications
You must be signed in to change notification settings - Fork 19
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(frontend): info box for ck conversions in Ethereum tokens #2116
base: main
Are you sure you want to change the base?
feat(frontend): info box for ck conversions in Ethereum tokens #2116
Conversation
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.
Wait, do I understand correctly that you want to display the InfoBox currently shown on ckETH and ckERC20 on ETH and ERC20?
If so, aren't we about to mix ICP and ETH-related components, since the InfoBox includes a call to action that opens a modal explaining how to convert the selected Ethereum token?
And if we're mixing those components, are you sure that all the necessary data will be loaded when displayed on Ethereum as well?
Have you tested all these cases and business flows?
Or am I misunderstanding something?
Correct! However this is still a draft, I made a mistake moving it to review, sorry. It still depends on other PRs. |
Thanks. As discussed with @anedos-dfinity, let's postpone displaying those boxes on ETH/ERC20 and implementing everything needed for their related conversion flows for a few weeks. |
Motivation
The info box about ck conversions will be shown in the twin tokens of ETH/ERC20 tokens too.
Changes
Info
component for Ethereum (similar to the one for IC)Transactions
page.Tests