-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Restore ActionCard state purely from fields #136
Conversation
8ce1179
to
ddd01db
Compare
c4157dc
to
e22f884
Compare
ddd01db
to
d3eb58c
Compare
e22f884
to
ebfa5bd
Compare
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.
Left some initial comments
prime/src/components/borrow/actions/AloeAddMarginActionCard.tsx
Outdated
Show resolved
Hide resolved
prime/src/components/borrow/actions/AloeBurnTokenPlusActionCard.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.
More comments
prime/src/components/borrow/actions/UniswapAddLiquidityActionCard.tsx
Outdated
Show resolved
Hide resolved
d3eb58c
to
27c7d8e
Compare
✅ Deploy Preview for aloe-earn canceled.
|
✅ Deploy Preview for aloe-prime ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for aloe-blend-staging canceled.
|
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.
Preemptively approved (Fix comments please!)
* Factoring out components that import tw macro (#97) * Adding pre-commit, fixing linting issues (#105) * Moving lending pair logic to lending pair. Fixing small bugs. (#102) * Add auto refresh when user acks successful modal (#106) * Adding logic to update the liquidation threshold (#108) * Refactoring create margin account flow (#110) * Factoring out Components, Stage 2 (#111) * Adding gradient border and shadow to margin account card on hover (#121) * Fixing font weight of range stepper input (#122) * Updating ESLint (#120) Co-authored-by: Hayden Shively <17186559+haydenshively@users.noreply.github.com> * Fixing asterisk for prime (#124) * Adding uniswap position tables (#126) Co-authored-by: Hayden Shively <17186559+haydenshively@users.noreply.github.com> * Additional linting for objects on single line (#128) * Version 1 of a claim fees action card for uniswap positions (#127) * Update Remove Liquidity Action description Co-authored-by: Hayden Shively <17186559+haydenshively@users.noreply.github.com> * Adding placeholder for lend pie chart (#117) Co-authored-by: Hayden Shively <17186559+haydenshively@users.noreply.github.com> * Move action-related logic + data models to their own folder (#131) * Remove amounts from Uniswap Position data structure (#133) * Restore ActionCard state purely from fields (#136) * Make UI aware of whether user has already claimed fees for a Uni pos (#141) * Polish various UI/UX stuff (#147) Co-authored-by: Ian Woodard <ianwoodard2000@gmail.com> * Doing some post-refactor cleanup (#152) Co-authored-by: Hayden Shively <17186559+haydenshively@users.noreply.github.com> Co-authored-by: Aneesh Atri <aneesh.atri@gmail.com> Co-authored-by: Ian Woodard <17186604+IanWoodard@users.noreply.github.com> Co-authored-by: Ian Woodard <ianwoodard2000@gmail.com>
Builds on #135