vega-frontend-monorepo/libs
Matthew Russell 8e6c066b99
Feat/462 fills table mvp (no pagination) (#645)
* feat: scaffold fills components

* feat: add query for fills and populate data in basic table

* feat: refactor portfolio page to use grid and add fills container

* feat: add infinite scroll for fills

* feat: try with data provider, get infinite scroll working

* chore: remove infinite scrolling as subsequent pr will add it

* chore: reorder columns

* chore: remove Autosizer from portfolio grid children as its not needed

* chore: move fills tab to the end

* feat: add storybook, format cells

* feat: add unit test for fills table

* feat: convert lib to next lib

* feat: add pagination variables to fills query to only get latest 300

* fix: fills data provider update function to return result of produce

* fix: yarn.lock

* fix: cypress run by moving test helpers

* fix: re add test helpers for unit tests

* fix: global connection tests

* fix: use fills from mocks

* feat: add update handler for fills

* chore: move value formatter functions into module scope
2022-06-30 09:52:25 +02:00
..
accounts feat(orderbook): improve data handling performance (#605) 2022-06-27 12:05:05 +02:00
candles-chart feat(#447): 447 - UI toolkit and theme updates 2022-06-23 20:16:01 -07:00
cypress fix: trading e2e mocks 2022-06-28 17:18:00 -07:00
deal-ticket Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
deposits test: allow connecting to a local ganache node by signing transactions in browser (#595) 2022-06-24 10:07:05 +01:00
environment Feat/463 vega transaction component links to block explorer (#666) 2022-06-29 13:55:49 +01:00
fills Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
market-depth feat(orderbook): improve data handling performance (#605) 2022-06-27 12:05:05 +02:00
market-list Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
network-stats feat(#500): colors fixes (#512) 2022-06-10 16:07:44 +01:00
order-list Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
positions feat(orderbook): improve data handling performance (#605) 2022-06-27 12:05:05 +02:00
react-helpers Feat/397 - continuous txs list (#417) 2022-06-29 11:20:22 +01:00
smart-contracts test: allow connecting to a local ganache node by signing transactions in browser (#595) 2022-06-24 10:07:05 +01:00
tailwindcss-config Feat/526 consolelite design update market list (#635) 2022-06-28 11:57:47 +02:00
trades Feat/471 cancel order (#610) 2022-06-29 10:03:20 +01:00
types Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
ui-toolkit Feat/397 - continuous txs list (#417) 2022-06-29 11:20:22 +01:00
wallet test: tidy up test (#670) 2022-06-29 16:45:03 +01:00
web3 feat(#447): 447 - UI toolkit and theme updates 2022-06-23 20:16:01 -07:00
withdraws feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.gitkeep Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00