vega-frontend-monorepo/libs/orders
Bartłomiej Głownia 6de90c6b1f
feat(): update positions tab ()
* feat(): add positions metrics data provider

* feat() add positions stats

* feat() add positions stats

* feat(): add positions stats

* feat(): add positions stats

* feat(): position metrics, test and refactoring

* feat(): add unit tests to positions table

* feat(): fix spelling, order positions by updated at desc

* feat(): protect from division by 0

* feat(): fix trading positions e2e tests

* feat(): fix e2e data mocks

* feat(): post code review clean up

* feat(): dependencies handling in data provider

* feat(): fix e2e tests data mocks

* feat(): remove position metrics mocks, add market data market id

* feat(): add missing mocks, fix combine function

* feat(): set loading initially to true, add unit tests

* feat(): cleanup, add comments

* feat(): remove undefined from client type

* feat(): cosmetic changes

* feat(): update positions tab

* feat:(): pass informaton about update callback cause

* feat(): update positions tab

* feat(): update positions tab

* feat(): update positions tab

* chore: skip handles 5000 markets e2e test

* feat(): update positions tab

* feat(): rename assetDecimals to decimals

* feat(): close position

* feat(): notify about update

* feat(): add use close position hook

* feat(): do not show 0 volume positions, make liquidation price minimum 0

* feat(): post code review fixes and improvments

* feat: fix fill-table spec
2022-09-02 13:53:00 -07:00
..
.storybook feat() design update () 2022-08-30 21:35:46 -07:00
src feat(): update positions tab () 2022-09-02 13:53:00 -07:00
.babelrc Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
.eslintrc.json Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
jest.config.ts feat() design update () 2022-08-30 21:35:46 -07:00
package.json Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
postcss.config.js Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
project.json feat: [console-lite] - calculate slippage (price impact) () 2022-08-31 15:23:01 +02:00
README.md Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
tailwind.config.js Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
tsconfig.json Chore/657 refactor wallet and orders libs () 2022-07-13 15:23:46 +01:00
tsconfig.lib.json feat() design update () 2022-08-30 21:35:46 -07:00
tsconfig.spec.json feat() design update () 2022-08-30 21:35:46 -07:00

Orders

This library was generated with Nx.

Running unit tests

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