-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Pool Simulator] Implement form second step #172
Conversation
…multiple-types-of-amm
* Remove AMM convertions * Add tokens on Pool Params form * show tokens on analysis page * solve luiza comments --------- Co-authored-by: luizakp <[email protected]>
BAL-499 Implement second step
Must:
If task get to big, we could break in sub tasks |
apps/balancer-tools/src/app/poolsimulator/(components)/TokenTable.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/Menu.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
apps/balancer-tools/src/app/poolsimulator/(components)/PoolParamsForm.tsx
Outdated
Show resolved
Hide resolved
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.
In the right direction, but there's a couple sharp edges that need to be polished and I'm curious about . Don't think we should merge unless there's a very clear rationale behind that, since it's non standard, especially in a React-ive app.
* refactor Tabs component to allow for parent value/setter state * remove customEvents from Menu * add idea for how to leverage TabContext to trigger form actions * add idea to use useEffect to substitute customEvent logic * refactor pool simulator forms --------- Co-authored-by: Pedro Yves Fracari <[email protected]>
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 worked this morning on some refactors in #174. Looking sharp 🔪
https://www.loom.com/share/3375b9a8d81743e0a66737056ea6ca56
Closes BAL-514
Closes BAL-499