vega-frontend-monorepo/apps/console-lite
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 feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
.browserslistrc feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
.env feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
.env.capsule feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
.env.devnet chore: remove stagnet1, fix env vars for api endpoints (#1163) 2022-08-25 17:07:27 -07:00
.env.mainnet chore: remove stagnet1, fix env vars for api endpoints (#1163) 2022-08-25 17:07:27 -07:00
.env.stagnet3 chore: remove stagnet1, fix env vars for api endpoints (#1163) 2022-08-25 17:07:27 -07:00
.env.testnet feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
.eslintrc.json feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
jest.config.js feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
netlify.toml feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
postcss.config.js feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
project.json feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
setup-tests.ts feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
tailwind.config.js feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
tsconfig.app.json feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
tsconfig.json feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00
tsconfig.spec.json feat: [console-lite] - change app name (#1114) 2022-08-23 16:02:08 +02:00