97bb02e593
* display unsettled pnl more dominantly (#43) * display perp markets that have unsettled pnl * fix dependencies to a working version * add back unrealized pnl vs unsettled pnl * add todo * settle all * cleanup * catch error * fix crash in market position & refactor * bugfixes * correct unrealized pnl * remove unsetlled pnl from table * only show unsettled balances after closing position |
||
---|---|---|
@types | ||
components | ||
hooks | ||
pages | ||
public | ||
stores | ||
styles | ||
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 | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
Mango UI V3
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