vega-frontend-monorepo/apps/trading
Matthew Russell 98c1fc82f7
Feat/152 Trade list MVP (#217)
* add trades lib with data provider

* add trades table and cell color logic

* ensure we only show last 50 rows

* add test for table columns and formatting

* update trades table to get cells using col-id

* fix linting

* use default function param for fetchpolicy
2022-04-07 06:41:57 -07:00
..
components Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
hooks Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
lib Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
pages Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
public Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
specs Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
.env Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.env.devent Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.env.mainnet Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.env.stagnet1 Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.env.stagnet2 Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.env.testnet Feat/103 deposits (#143) 2022-04-06 10:34:51 -07:00
.eslintrc.json colocate querys with libs 2022-03-29 15:52:51 -07:00
index.d.ts Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
jest.config.js Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
next-env.d.ts Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
next.config.js Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
postcss.config.js Extract tailwindcss config to libs 2022-02-23 16:29:07 -08:00
project.json Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
sentry.client.config.js Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
sentry.server.config.js Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
setup-tests.ts Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
tailwind.config.js Added custom module for classes that aren't in Tailwind - allows us to use contextual alternates for Alpha Lyrae 2022-03-30 16:56:48 +01:00
tsconfig.json Task/Strict mode enabled for trading app (#150) 2022-03-28 12:34:45 -07:00
tsconfig.spec.json Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00