-
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
Fix ts check and refactor token select #689
Fix ts check and refactor token select #689
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<CommandInput /> | ||
{/* @ts-ignore */} | ||
<CommandList> | ||
{/* @ts-ignore */} |
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.
what was it complaining about?
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.
the interface, it doesn't expect a child, to solve this we have to solve the errors on command
file.
apps/cow-amm-deployer/src/app/new/(components)/TokenAmountInput.tsx
Outdated
Show resolved
Hide resolved
…eate-withdraw-flow-fix-ts-errors
3a75064
to
a7f4dc0
Compare
465c7a7
into
jose/cow-252-create-withdraw-flow
* deploy AMM using ConstantProductFactory * move standalone cow-amm code from composble-cow-api repo * run formatting * remove ts-retry * add initial version of standalone amm page * fix lint issues * add format command * remove commented code * add insuficient token balance error * refactor: use standalone amm types * wip: refactor amm manager page * rename bleu-fi to bleu everywhere * add gql.tada and graphql-request to make queries * fix ts errors in homewrapper * fix ts issues * run formatting * refactor data fetching * update deps * Create Withdraw page (#687) * Refactor interface of token info and token logo components * Add withdraw relevant data to ICoWAMM * Add withdraw page * Remove unecessary imagesSrc states on token logo component * use react cache * remove vercel actions * use owner on cow explorer link (#688) Co-authored-by: José Ribeiro <[email protected]> * add turbo to project * update voting gauges * fix prettier * disallow parallel ci runs for the same branch * fix: fix contracts test workflow file * fix import * Fix ts check and refactor token select (#689) * delete tx processing pages * delegte use running amm info hook * no check command ui ts errors * Use cow token list on token select * Fix token amount input now showing balance if 0 * fix formatting * avoid using localstorage if window is undefined * fix ts errors * ignore zod ts errors --------- Co-authored-by: José Ribeiro <[email protected]> Co-authored-by: José Ribeiro <[email protected]> --------- Co-authored-by: Pedro Yves Fracari <[email protected]> Co-authored-by: Pedro Yves Fracari <[email protected]>
* deploy AMM using ConstantProductFactory * move standalone cow-amm code from composble-cow-api repo * run formatting * remove ts-retry * add initial version of standalone amm page * fix lint issues * add format command * remove commented code * add insuficient token balance error * refactor: use standalone amm types * wip: refactor amm manager page * rename bleu-fi to bleu everywhere * add gql.tada and graphql-request to make queries * fix ts errors in homewrapper * fix ts issues * run formatting * refactor data fetching * update deps * Create Withdraw page (#687) * Refactor interface of token info and token logo components * Add withdraw relevant data to ICoWAMM * Add withdraw page * Remove unecessary imagesSrc states on token logo component * use react cache * remove vercel actions * use owner on cow explorer link (#688) Co-authored-by: José Ribeiro <[email protected]> * add turbo to project * update voting gauges * fix prettier * disallow parallel ci runs for the same branch * fix: fix contracts test workflow file * fix import * Fix ts check and refactor token select (#689) * delete tx processing pages * delegte use running amm info hook * no check command ui ts errors * Use cow token list on token select * Fix token amount input now showing balance if 0 * fix formatting * avoid using localstorage if window is undefined * fix ts errors * ignore zod ts errors --------- Co-authored-by: José Ribeiro <[email protected]> Co-authored-by: José Ribeiro <[email protected]> * add disable and refactor edit transactions * refactor transactions args and add enable and disable action * run formating --------- Co-authored-by: José Ribeiro <[email protected]> Co-authored-by: José Ribeiro <[email protected]>
The token selected new features are:
To fix the ts-errors, the TX processing pages and running amm hook were deleted (were not working anymore and this should be fixed later)