vega-frontend-monorepo/libs/trades
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
..
src Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
.babelrc Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
.eslintrc.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
jest.config.js Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
package.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
project.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
README.md Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
tsconfig.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
tsconfig.lib.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00
tsconfig.spec.json Feat/152 Trade list MVP (#217) 2022-04-07 06:41:57 -07:00

trades

This library was generated with Nx.

Running unit tests

Run nx test trades to execute the unit tests via Jest.