Go to file
saml33 3b5f22b815
User account page (#22)
* layout, overview, start on assets, borrows and open orders

* trade history, sortable data hook for tables, borrow page

* handle deposit and withdraw buttons

* borrow modal ui and integration + settle borrow for individual assets

* in orders balance to asset table and totals, responsive css, new connected wallet button + small tweaks

* account switch/creation flow

* accounts modal, update to usebalances hook

* handle settle, deposit before settle, save last account

* disable borrow/withdraw button when no account
2021-06-05 10:11:44 -04:00
@types use separate connections for websockets and one off transactions 2021-04-20 17:00:45 -04:00
components User account page (#22) 2021-06-05 10:11:44 -04:00
hooks User account page (#22) 2021-06-05 10:11:44 -04:00
pages User account page (#22) 2021-06-05 10:11:44 -04:00
public Added icon and fixed a check for token length 2021-05-20 14:35:35 +03:00
stores User account page (#22) 2021-06-05 10:11:44 -04:00
styles User account page (#22) 2021-06-05 10:11:44 -04:00
test fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
utils User account page (#22) 2021-06-05 10:11:44 -04:00
.babelrc simulate withdraw operation so we can preview equity & coll (#10) 2021-05-18 19:27:09 +03:00
.eslintignore fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
.eslintrc.json add trade form component 2021-04-02 14:26:21 -04:00
.gitignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.nvmrc Add UiLock toggle and themed the stats page 2021-04-13 12:51:42 -04:00
.prettierignore add husky pre-commit for linting and formatting 2021-04-14 14:49:01 -04:00
.prettierrc Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
README.md Remove todo from readme 2021-05-09 23:45:31 -04:00
jest.config.js Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
netlify.toml testing netlify deploy 2021-04-13 15:48:36 -04:00
next-env.d.ts Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next.config.js add Lagzda's alerts 2021-04-24 22:10:28 -04:00
package.json use web3.js v0.95.0 2021-05-31 16:23:48 -04:00
postcss.config.js upgrade tailwind and next 2021-04-16 11:04:04 -04:00
report.20210602.231048.64561.0.001.json User account page (#22) 2021-06-05 10:11:44 -04:00
tailwind.config.js User account page (#22) 2021-06-05 10:11:44 -04:00
tsconfig.json hide some ui changes so we can deploy 2021-04-19 12:15:49 -04:00
yarn.lock upgrade yarn.lock 2021-06-01 18:13:18 -04:00

README.md

Mango UI V2

Uses:

Run

yarn
yarn dev