Go to file
Maximilian Schneider 97bb02e593
show unsettled pnl (#46)
* 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
2021-10-05 22:22:47 +02:00
@types add rates to balances table 2021-09-06 21:51:18 +10:00
components show unsettled pnl (#46) 2021-10-05 22:22:47 +02:00
hooks show unsettled pnl (#46) 2021-10-05 22:22:47 +02:00
pages Revert "Revert "add interest earned table to account page"" 2021-10-01 11:42:42 -04:00
public Trade page mobile (#35) 2021-09-20 02:36:02 +02:00
stores only use local storage for node url if on mainnet 2021-10-05 14:24:24 -04:00
styles Trade page mobile (#35) 2021-09-20 02:36:02 +02:00
utils add slope wallet 2021-09-21 12:08:28 +02:00
.babelrc fix babelrc to handle logical assignment ops 2021-06-16 12:05:03 -04: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 add v3 to read-me 2021-09-17 04:52:41 +02: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 upgrade nextjs 2021-08-30 00:56:27 -04:00
next.config.js Default market settings (#45) 2021-10-01 12:05:42 +02:00
package.json show unsettled pnl (#46) 2021-10-05 22:22:47 +02:00
postcss.config.js upgrade tailwind and next 2021-04-16 11:04:04 -04:00
tailwind.config.js remove unnecessary emotion styling; use asyncawait for sleeps 2021-09-03 15:02:51 -04:00
tsconfig.json remove unused utils fns 2021-08-25 10:23:30 -04:00
yarn.lock show unsettled pnl (#46) 2021-10-05 22:22:47 +02:00

README.md

Mango UI V3

Uses:

Run

yarn
yarn dev