* added repay action percentage buffer * moved repay amount calculation to RepayFunds component * refetch interval added to credit account positions query * feat: revamp borrow and repay components to modals * remove references to deleted components * cosmo signing client added to wallet store * amount decimal normalized for borrow action * amount decimals conversion lifted for borrow and repay * refactor: moved hooks to mutations folder * update button disable condition and min input value * refactor: reset modal states when reopened * react-number-format dependency and borrow/repay modals revamp * renamed borrow modal state variable * style: borrow table ui revamp |
||
|---|---|---|
| .. | ||
| mutations | ||
| useAccountStats.tsx | ||
| useAllBalances.tsx | ||
| useAllowedCoins.tsx | ||
| useCalculateMaxBorrowAmount.tsx | ||
| useCreditAccountPositions.tsx | ||
| useCreditAccounts.tsx | ||
| useMarkets.tsx | ||
| useRedbankBalances.tsx | ||
| useTokenBalance.tsx | ||
| useTokenPrices.tsx | ||