-
Notifications
You must be signed in to change notification settings - Fork 264
feat: add dropdown to select token on swap #184
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
got #131 fixed as well ✌️ |
} else { | ||
activeInput.current = ActiveInput.to; |
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.
This is causing the issue you see when inverting fields
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.
We use reference here because we need a nonstate delayed change.
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.
Screen.Recording.2022-05-20.at.9.32.20.PM.mov
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.
Thanks for adding the startTransition
…-select * 'master' of github.com:FuelLabs/swayswap: ci: add action for validate pull request (#178) feat: add user guided states on swap (#188) docs: add links for live previews (#183) feat(PoolPage): improve button feedback. reload/clear after create liquidity (#187) feat(PoolPage): When set input value, calculate the other input value. Validate if pool ratio is right (#185) feat: Save state of pool page (#164)
} else { | ||
activeInput.current = ActiveInput.to; |
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.
Thanks for adding the startTransition
✨ Fix #174
✨ Fix #131