-
Notifications
You must be signed in to change notification settings - Fork 18
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
Flip commit type #482
Flip commit type #482
Conversation
✔️ Deploy Preview for tracer-pools ready! 🔨 Explore the source changes: c12ce9f 🔍 Inspect the deploy log: https://app.netlify.com/sites/tracer-pools/deploys/6203ed63a26a0000080001b2 😎 Browse the preview: https://deploy-preview-482--tracer-pools.netlify.app |
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.
lgtm couple of comments but happy to approve
5db64ac
to
84073e7
Compare
* Feature/portfolio flip (#483) * Queued -> Pending * Add pending flips * Add flip history * Update * Update fetched trade history commit type to 'mint' | 'burn' | 'flip' * Update yarn.lock Co-authored-by: Steven Yulong Yan <[email protected]> Co-authored-by: Steven Yulong Yan <[email protected]>
…ocol/pools-client into feature/flip-commit-modal
* Update function calls * Update contract addresses * Add portfolio costmetic changes * Add escrow holdings functionality and filters * Add claim and fix build * Update pools version * Update font name (#468) * Fix build * yarn add web3 * Use SDK (#472) * Use SDK * Update package * Update pools-js * Trigger update * Fix build * Remove unused utils package * Use SDK for next token price calcs * Fix build * Fix parsing of aggregate balances * Remove web3 * Update pools-js (#478) * Commit modal - Mint/Burn (#474) Commit modal mint/burn ui * Fetch pools from uri (#481) * Add v1 toggle to v2 nav bar (#487) * Fetch subgraph aggregates and append to rows (#477) * Flip commit type (#482) * Flip commit type * Make whole checkbox container cursor pointer * Feature/flip commit history (#484) * Feature/portfolio flip (#483) * Queued -> Pending * Add pending flips * Add flip history * Update fetched trade history commit type to 'mint' | 'burn' | 'flip' * Add flip commit functionality (#485) Co-authored-by: Steven Yulong Yan <[email protected]> Co-authored-by: Dospore <[email protected]> * Update archetypes/Exchange/Gas/index.tsx Co-authored-by: ScaredIbis <[email protected]> Co-authored-by: dweberdev <[email protected]> Co-authored-by: Steven Yulong Yan <[email protected]> Co-authored-by: ScaredIbis <[email protected]>
* Update contract addresses * Add portfolio costmetic changes * Add escrow holdings functionality and filters * Update pools version * Use SDK (#472) * Update pools-js * Commit modal - Mint/Burn (#474) * Fetch pools from uri (#481) * Add v1 toggle to v2 nav bar (#487) * Fetch subgraph aggregates and append to rows (#477) * Flip commit type (#482) * Feature/flip commit history (#484) * Feature/portfolio flip (#483) * Add flip commit functionality (#485) Co-authored-by: Steven Yulong Yan <[email protected]> Co-authored-by: Dospore <[email protected]> * Comment out auto-claim Co-authored-by: dospore <[email protected]> Co-authored-by: Steven Yulong Yan <[email protected]>
Add Flip UI to commit modal
Will add flip and summary logic with #432 and #434