vega-frontend-monorepo/libs/accounts
Bartłomiej Głownia 93a5f911f5
feat(#993): derived data provider (#1047)
* feat(#473): add positions metrics data provider

* feat(#473) add positions stats

* feat(#473) add positions stats

* feat(#473): add positions stats

* feat(#473): add positions stats

* feat(#473): position metrics, test and refactoring

* feat(#473): add unit tests to positions table

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

* feat(#473): protect from division by 0

* feat(#473): fix trading positions e2e tests

* feat(#473): fix e2e data mocks

* feat(#473): post code review clean up

* feat(#993): dependencies handling in data provider

* feat(#993): fix e2e tests data mocks

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

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

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

* feat(#993): cleanup, add comments

* feat(#993): remove undefined from client type

* feat(#993): cosmetic changes

* feat:(#993): pass informaton about update callback cause
2022-08-26 08:39:40 -07:00
..
src feat(#993): derived data provider (#1047) 2022-08-26 08:39:40 -07:00
.babelrc run nx format (#295) 2022-04-25 15:03:58 +01:00
.eslintrc.json [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
jest.config.js [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
package.json [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
project.json [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
README.md [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00
tsconfig.spec.json [#185] Add accounts table (#193) 2022-04-06 10:48:05 -07:00

accounts

This library was generated with Nx.

Running unit tests

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