Linkie Link
ea614997a7
Share accounts ( #539 )
...
* feat: do not redirect to wallet on portfolio page
* fix: use connected wallet for AccountMenu
* fix: fixed ghost AccountDetails
* feat: created ShareBar and share functionality
* fix: don’t show shareBar if no address is present
* fix: stupid 'next/navigation'
* tidy: format
* fix: fixed tests
* ✨ routing and pages for HLS (#538 )
* 🐛 use useAccountIds
* fix: fixed the tests
* fix: accountIds is now a suspense
---------
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
2023-10-13 13:49:38 +02:00
Linkie Link
cfd7fb3073
Pre migration adjustments ( #506 )
...
* fix: added close button to accountDetails
* fix: fixed the AccountList to load async
* fix: fixed the heart size on the AccountStats
* fix: added AccountDetails loading state
* feat: added migration banner
* fix: fixed tests
2023-09-25 20:17:43 +02:00
Bob van der Helm
50fd39e926
Mp 3412 ( #487 )
...
* first iteration
* finish implementation
* finish
* fix pr comments
* fix: added Card Title to Overview
---------
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
2023-09-19 15:39:14 +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
d494bce26a
MP-2802: created get started overlay ( #351 )
2023-08-08 21:50:07 +02:00
Linkie Link
1a55d8bd39
Mp 3104 delete account ( #336 )
...
* MP-3104: added deleteAccount and alerts for vaults and debts
* MP-3104: added Borrow and Farm links to the AlertDialog
* MP-3104: finished delete flow
* fix: adjusted according to feedback
* refactor: tidy
2023-08-03 11:45:32 +02:00
Linkie Link
fec03d030f
MP-3128: added conditional ActionButtons ( #324 )
...
* MP-3128: added conditional ActionButtons
* feat: added Create Account button
* fix: simplified the ActionsButton according to feedback
* fix: moved the onClick handler to the card of an account summary instead of the title
* fix: fixed the health and balance display bug
* fix: remove Leverage static number
* fix: small style fix
2023-07-28 11:25:09 +02:00
Linkie Link
0aa3bb0c5f
MP-2798, MP-2799, MP-2902, MP-2893, MP-2895, MP-2896, MP-2898 ( #312 )
2023-07-25 09:48:59 +02:00
Linkie Link
df6d7a3ba2
overall cleanup and refactoring + SettingsModal ( #286 )
2023-07-11 21:01:14 +02:00
Linkie Link
3c3e722c49
Mp 2821 unlocked positions ( #276 )
2023-07-04 16:15:36 +02:00
Bob van der Helm
39e745b210
Mp 2713 asset selector ( #275 )
...
* added dumb asset selector
* fix table layouts borrow and farm
* 🍱 added basic overlay, esc btn
* finish asset selector
* Update tailwind configf to include button styles
2023-07-03 09:39:34 +02:00
Bob van der Helm
697e83b7cb
Mp depostied vaults table ( #271 )
...
* added correct resolving of account positions
* solve rendering bug for lp amount
* bugfix: add slippage to minlpamount
* fix DisplayCurrency to accept only BNCoin
* bugfix: remove prices from store
* add basic depostied vaults table
* Farm: Added deposited table
* finish deposited table, remove featured vaults:
2023-06-29 12:55:47 +02:00
Bob van der Helm
0037c3dedf
Mp 2547 unlocking modal ( #256 )
...
* add modal
* add tests and update naming
* fix pr comments
2023-06-19 20:46:32 +02:00
Bob van der Helm
7b5d4c3255
Mp 2546 borrow asset modal ( #255 )
...
* Refactor Modal folder and setup basic addassetsmodal
* basic tables
* Update basic logic
* small fixes
* Update closing for modals
* fix slider update bug and set borrowing subtitle
* fix store
* add missing dependency
* fix tests for VaultBorrowings
* Add DisplayCurrency test for VaultBorrowings
* trigger updated
* update borrowModal import path
* update imports for modals
* updating paths again
* update structure of modals directory
* fix all file naming and relative imports
* fix icon spacing button and jest.mocked import
* fix icon classes for button
* change Map to array and add BNCoin
* add AssetImage
* update logic for selecting borrow denoms
2023-06-15 13:00:46 +02:00
Bob van der Helm
de89ecb7ed
Mp 2757 token input errors ( #235 )
...
* Refactor TokenInput
* add TokenInput test + warning
* change title assigned select
* add unit tests for Card
* remove marketAssets from broadcast store
2023-05-30 09:01:07 +02:00
Yusuf Seyrek
ee20c2fde2
feat: finalize button component with tests ( #224 )
...
* feat: finalize button component with tests
* fix: import
* fix: import
2023-05-24 16:07:08 +03:00