Go to file
Tyler Shipe 3cb5f7aadb clearer instruction var names 2021-04-22 10:37:06 -04:00
@types use separate connections for websockets and one off transactions 2021-04-20 17:00:45 -04:00
components add spin to refresh icon 2021-04-22 23:10:43 +10:00
hooks increase refresh intervals 2021-04-21 11:21:00 -04:00
pages responsive tables and start on stats page 2021-04-21 00:19:08 +10:00
public
stores fetch trade history after margin account is loaded 2021-04-20 17:52:13 -04:00
styles responsive tables and start on stats page 2021-04-21 00:19:08 +10:00
test
utils clearer instruction var names 2021-04-22 10:37:06 -04:00
.babelrc remove ant library and fix tailwind config for lato 2021-04-15 23:32:03 -04:00
.eslintignore
.eslintrc.json
.gitignore
.nvmrc
.prettierignore add husky pre-commit for linting and formatting 2021-04-14 14:49:01 -04:00
.prettierrc
README.md add husky pre-commit for linting and formatting 2021-04-14 14:49:01 -04:00
jest.config.js
netlify.toml
next-env.d.ts
next.config.js remove ant library and fix tailwind config for lato 2021-04-15 23:32:03 -04:00
package.json extract borrowAndWithdraw from ui to mango-client pkg 2021-04-20 14:14:45 -04:00
postcss.config.js upgrade tailwind and next 2021-04-16 11:04:04 -04:00
tailwind.config.js upgrade tailwind and next 2021-04-16 11:04:04 -04:00
tsconfig.json hide some ui changes so we can deploy 2021-04-19 12:15:49 -04:00
yarn.lock extract borrowAndWithdraw from ui to mango-client pkg 2021-04-20 14:14:45 -04:00

README.md

Mango UI V2

Uses:

ToDo:

  • Create popup notification messages and wire up to notify()
  • Add logo and mark price to browser tab
  • Finish migrating TradeForm from Ant to Tailwind
  • Wire up cancel order in Open Orders

Run

yarn
yarn dev