Linkie Link
5bf46d4da0
fix: all your codebase belongs to us ( #492 )
2023-09-20 15:53:33 +02:00
Linkie Link
2ba18d2f05
Max margin trade fix ( #490 )
...
* fix: margin trading fix
* fix: accountsBalancesTable fix
* fix: show detailed APR where we have the space
* fix: smallerThan not biggerThan
* fix: be more precise on the decimals
* tidy: refactor
2023-09-20 11:16:47 +02:00
Linkie Link
b04f244d3e
MP-3414: support unborrowable assets ( #479 )
...
* MP-3414: support unborrowable assets
* tidy: refactor
* MP-3414: added Rate Tooltip to BalancesTable
2023-09-18 16:24:16 +02:00
Linkie Link
8a87329c90
Balance table formatting ( #472 )
...
* fix: fixed the balances formatting
* fix: prevent flicker
* tidy: refactor
2023-09-14 14:26:26 +02:00
Linkie Link
81306b501c
Post demo fixes ( #458 )
...
* fix: show precission
* fix: fixed borrow to wallet
* fix: fixed autoLend on funding
* fix: adjusted according to feedback
* fix: typo
* fix: typo
2023-09-12 19:13:18 +02:00
Linkie Link
1bf93670a3
Transaction loader component ( #449 )
...
* feat: added transaction loader screen to modals
* tidy: refactor
* 🐛 fix: borrow not updating vault values (#436 )
* ⚡ Merge FundAccount and AccountFund (#431 )
* ⚡ Merge FundAccount and AccountFund
* fix build
* 🐛 fundAccount not showing, small typos/text corrections
* MP-3376: overpay on repay (#438 )
* MP-3376: overpay on repay
* fix: remove Buffer and fix NaN on useSpring
* feat: added transaction loader screen to modals
* fix: updated AccountFundContent
* fix: fixed the animated-loader issues
* 🐛 UNSAFE_COMPONENT error (#439 )
* 🐛 UNSAFE_COMPONENT error
* 🐛 fix unit tests for react-helmet-async
* Small text fixes (#440 )
* 🐛 text fix on fund for new account
* 🐛 make toggle account-wide lending on new-account
* Styling alert dialog (#441 )
* 🐛 text fix on fund for new account
* 🐛 make toggle account-wide lending on new-account
* 💅🏼 Update styling of alertDialogs
* Fixes bob (#443 )
* 🐛 Trading chart title
* 🐛 Trading chart title
* 🐛 fix incorrect vault deposit amounts
* 🐛 fix incorrect vault borrow calc
* 🧽 run format
* 🧽 fix comments
* 🧽 update code owners
* Build(deps): bump bignumber.js from 9.1.1 to 9.1.2 (#444 )
Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases )
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/MikeMcl/bignumber.js/compare/v9.1.1...v9.1.2 )
---
updated-dependencies:
- dependency-name: bignumber.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): bump @types/react from 18.2.19 to 18.2.21 (#448 )
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): bump next from 13.4.9 to 13.4.19 (#446 )
Bumps [next](https://github.com/vercel/next.js ) from 13.4.9 to 13.4.19.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v13.4.9...v13.4.19 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): bump @types/node from 20.4.8 to 20.6.0 (#447 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.4.8 to 20.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
* feat: refactored the toast responses (#442 )
* feat: refactored the toast responses
* fix: fixed the map return
* feat: added a recent transaction center
* tidy: removed logs
* fix: fixed autolend
* feat: added global lending on first account funding
* fix: added endOfLine setting
* feat: added eslint warnings for lineEnds
* fix: made the vault message generic
* feat: added transaction loader screen to modals
* 🐛 fix: borrow not updating vault values (#436 )
* ⚡ Merge FundAccount and AccountFund (#431 )
* ⚡ Merge FundAccount and AccountFund
* fix build
* 🐛 fundAccount not showing, small typos/text corrections
* feat: added transaction loader screen to modals
* fix: updated AccountFundContent
* fix: fixed the animated-loader issues
* tidy: refactor
* fix: set pendingTransaction inside the broadcast slice
* fix: fixed the pipeline
* fix: setting showTxLoader
* fix: fixed the pipeline
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 12:51:44 +02:00
Linkie Link
1e4fd898df
MP-3376: overpay on repay ( #438 )
...
* MP-3376: overpay on repay
* fix: remove Buffer and fix NaN on useSpring
2023-09-07 10:28:57 +02:00
Bob van der Helm
93e725fc59
⚡ Merge FundAccount and AccountFund ( #431 )
...
* ⚡ Merge FundAccount and AccountFund
* fix build
* 🐛 fundAccount not showing, small typos/text corrections
2023-09-07 10:20:19 +02:00
Linkie Link
b0b957a5b3
MP-3338: added highlight to changed data in AccountBalancesTable ( #424 )
...
* MP-3338: added highlight to changed data in AccountBalancesTable
# Conflicts:
# src/components/Account/AccountBalancesTable.tsx
* tidy: refactor
* refactor accountBalancesTable components
* MP-3357: created the Intro component (#427 )
* MP-3338: added highlight to changed data in AccountBalancesTable
* refactor accountBalancesTable components
* MP-3338: added highlight to changed data in AccountBalancesTable
* refactor accountBalancesTable components
* refactor accountBalancesTable components
* refactor accountBalancesTable components
* MP-3338: added highlight to changed data in AccountBalancesTable
* refactor accountBalancesTable components
* refactor accountBalancesTable components
* fix test
---------
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
2023-09-06 09:17:57 +02:00