* 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:
* enable deposit more for vaults
* use controller for vault modal
* small fixes and polishing of add deposit
* fix tests, run format
* removed empty deposited table
---------
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
* feat: update contract addresses and types
* feat: add account type
* feat: comment out old contract vaults
* tests: disable vaults test suite
* instantiate contract-specfiic clients
* fix build
* rebase and fix test
---------
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
* Refactor TokenInput
* add TokenInput test + warning
* change title assigned select
* add unit tests for Card
* remove marketAssets from broadcast store
* feat: move app to pages features
* feat: route changes
* Use React Router, Remove SSR
* Fix account menu
* Remove app folder
* remove old useParams
* Moved pages back to pages and refactor names
* add layout to route
* clean up
* create hooks for api fetching
* fix refetch of all data on tx complete
* formatting
* fix: fixed the wallet-connector race condition
* remove cosmjs/stargate (#202)
* remove cosmjs/stargate
* add Yusuf as code-orwner
* Singleton client (#203)
* remove cosmjs/stargate
* add Yusuf as code-orwner
* create signleton client and refactor vaults api
* update client name, add apollo apr env
* Setup validate-env and remove checking from apis
* uncomment vaults
* Resolve comments
* fix: html templating, add checks for hydration&window object, reduce bundle size (#204)
* fix: tests
* Fix routing and wallet client (#205)
* Add header to router (as layout)
* Refactor Wallet component
* Remove server fallback packages webpack
* add missing dependency for useeffect
---------
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
* feat: connected borrowModal to the new components
* fix: fixed the introduced issues
* Update src/components/Modals/BorrowModal.tsx
as suggested
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
* Update src/components/Modals/BorrowModal.tsx
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
* Update src/components/Modals/BorrowModal.tsx
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
---------
Co-authored-by: Yusuf Seyrek <yusufseyrek@users.noreply.github.com>
* MP-2681: fixed and simplified fund and withdraw
;.
:
* MP-2352: created the CreditAccountComposition
* fix: adjusted according to feedback
* fix: fixed funding account max
* fix: fix portfolio
* tidy: refactor text
* tidy: refactor text
* fix display of vaults table
* feat: added unstyled select
* tidy: useToggle
* tidy: useToggle
* add vaults to types
* MP-2344: first unstyled version of Select
* fix: fixed the build
* MP-2344: progress on the Select
* MP-2344: almost finished the Select
* implement basic vault modal (no logic)
* 🍱 max + displaycur for token input
* Convert to BN for TokenInputs
* env: update wallet-connector
* fix: fixed build errors and relative imports
* fix: updated TokenInput
* tidy: format
* fix: BN instead of new BigNumber
---------
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
* MP-2344: first draft for the fund account flow
* tidy: refactor
* fix: fixed the callback functions
* fix: fixed the toast message for funding
* fix: some logic fixes
* feat: enabled closing of “fund account”
* fix: z-1 to isolate
use isolate to create a stacking context
* tidy: deleted icons
* MP-2344: updated the tooltip
* MP-2344: new create and funding logic
* MP-2344: finished AccountList UI
* tidy: svg icon updates
* chore: updated dependencies
* feat: convert inputValues to amounts and amounts to inputValues
* fix: build fix
* fix: fixed imports
* fix: pr updated
* fix: fixed the SWR queries to not override themselves
* tidy: refactor
* feat: added TokenInputWithSlider
* tidy: refactor TokenInputWithSlider
* feat: preparations for the accountBalance calculations
* fix: removed formatCurrency from store
* feat: added global Coin type
* tidy: refactor delete and create credit account
* add useCallback to FundAccount
* update api + swr
* refactor naming, ssr accounts menu
* wip: added static params and href to DesktopNavigation
* fix: added TODO statement
* add middleware to get url
* feat: added scrolling to the active account
* tidy: UX improvement on the accounts list
* fix: updated the page params
* fix: fixed the navigation
* fix: fixed the getRouteParams
* fix: some logic updates
* fix: fixed the accountMenu view
* Keep page when selecting new account
* fix: fixed useParams
* fix: navigation update
* fix pr comments
* fixed build
---------
Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>