3b5f22b815
* 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 |
||
---|---|---|
@types | ||
components | ||
hooks | ||
pages | ||
public | ||
stores | ||
styles | ||
test | ||
utils | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
README.md | ||
jest.config.js | ||
netlify.toml | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
report.20210602.231048.64561.0.001.json | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
Mango UI V2
Uses:
- Typescript
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing with Jest and
react-testing-library
Run
yarn
yarn dev