Go to file
Tyler Shipe 64437f6a85 remove percent reduction in borrow and withdraw transaction 2021-04-28 23:15:42 -04:00
@types use separate connections for websockets and one off transactions 2021-04-20 17:00:45 -04:00
components remove percent reduction in borrow and withdraw transaction 2021-04-28 23:15:42 -04:00
hooks Put fetchMangoGroup on a 20s interval so interest rate changes are reflected in Margin Account summary 2021-04-26 15:17:57 -04:00
pages add margin account selector 2021-04-26 01:26:12 -04:00
public fixed active states for toggle buttons in tradingview left toolbar 2021-04-28 10:46:06 +10:00
stores use solana api endpoint 2021-04-28 16:29:31 -04:00
styles remove loading state and add .flash class to visualize book updates 2021-04-26 11:20:55 -04:00
test fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
utils remove percent reduction in borrow and withdraw transaction 2021-04-28 23:15:42 -04:00
.babelrc remove ant library and fix tailwind config for lato 2021-04-15 23:32: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 husky pre-commit for linting and formatting 2021-04-14 14:49:01 -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 bump mango-client version 2021-04-26 15:12:11 -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 fixed active states for toggle buttons in tradingview left toolbar 2021-04-28 10:46:06 +10: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