vega-frontend-monorepo/libs/liquidity
m.ray e49ad9da6a
feat(#2273): orders and fills on trading page to be market specific (#2395)
* feat(#2273): make orders and fills tabs market specific in trade grid

* feat(#2273): fix order navigation and show orders for this market only checkbox

* fix(#2273): fills container should not require market

* feat(#2273): add marketId as hook dependency

* fix: use data-testid in trading orders

* fix(#2273): default to false
2022-12-14 12:59:59 +00:00
..
src feat(#2273): orders and fills on trading page to be market specific (#2395) 2022-12-14 12:59:59 +00:00
.babelrc
.eslintrc.json
jest.config.js
package.json
project.json
README.md
tsconfig.json
tsconfig.lib.json
tsconfig.spec.json

Liquidity

This library contains liquidity provision data providers and view containers.

Running unit tests

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