Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: handle URLs with or without trailing slash (#803) * feat: handle URLs with or without trailing slash * tidy: cleanup slashes * feat: implement v1 tables into v2 with data fetching * tidy: streamline borrow * Fix docker build (#805) * fix: fixed the docker build * tidy: cleanup * env: remove env contents (#808) * Portfolio fix (#809) * fix: fixed the portfolio account detail page layout * fix: fixed portfolio cards * tidy: refactor * align buttons, perps row clickable (#807) * align buttons, perps row clickable * fix comments * update to v2.2.4 * fix borrowbutton logic, add vault deposit manage btn, fix icon size vault modal --------- Co-authored-by: Linkie Link <[email protected]> * Update .env.production * Update Dockerbuild (#813) * v2.2.4 (#810) * feat: handle URLs with or without trailing slash (#803) * feat: handle URLs with or without trailing slash * tidy: cleanup slashes * Fix docker build (#805) * fix: fixed the docker build * tidy: cleanup * env: remove env contents (#808) * Portfolio fix (#809) * fix: fixed the portfolio account detail page layout * fix: fixed portfolio cards * tidy: refactor * align buttons, perps row clickable (#807) * align buttons, perps row clickable * fix comments * update to v2.2.4 * fix borrowbutton logic, add vault deposit manage btn, fix icon size vault modal --------- Co-authored-by: Linkie Link <[email protected]> --------- Co-authored-by: Bob van der Helm <[email protected]> * Update Dockerfile * remove .env files * tidy: format --------- Co-authored-by: Bob van der Helm <[email protected]> * feat: added v1 based buttons and a portfolio summary * feat: prepared everything for modal interaction * feat: finished deposit and withdraw * feat: added borrow and repay * fix: fixed lending table widths * fix: isNaN Leverage * fix: fix getUrl * tidy: remove sentry * feat: separate v1 implementation * feat: first v1 standalone adjustments * fix: introduce shortened connect button * feat: created a new ChainSelect * fix: filter available networks * fix: autolend setting * fix: show all decimals on AssetBalanceRow if needed * feat: first mobile adjustments * feat: mobile navigation adjustments * feat: first mobile menu * feat: first mobile version * tidy: format * fix: fixed mobile menu layout * fix: never highlight toggle * fix: updated mobile connect logic * fix: WalletConnect * mobile: finetuning * fix: tradingView * fix: breadcrumb fixes * debug: debug deployment * fix: mobile nav adjustments * css: increase mobile max-width * fix: accordion fix * fix: mobile grid fix * fix: fixed accordion * fix: fixed dialog * fix: disable scroll on chart * fix: fixed mobile connect * fix: forward to wallet connecting * env: updated v1 version * fix: fix positionings * fix: fixed modals * fix: fixed withdraw * fix: outline fix * fix: svg fixes * fix: v1 collateral warning * fix: fixed the pending spinner * fix: adjust to feedback * feat: added sparate hooks for v1 * split useAccount * fix: add fallback data * fix: remove debts and deposits hooks for v1 * fix getDepositedVaults * feat: added perps mobile support * tidy: adjust according to feedback --------- Co-authored-by: Bob van der Helm <[email protected]>
- Loading branch information