vega-frontend-monorepo/apps/trading/pages
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
..
__generated__ Feat/305 add console v2 first view screen (#424) 2022-05-23 13:21:54 +01:00
markets Test/154 market summary (#643) 2022-06-29 13:57:42 +01:00
portfolio Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
_app.page.tsx feat(#447): 447 - UI toolkit and theme updates 2022-06-23 20:16:01 -07:00
_error.tsx Task/33 add sentry to trading (#189) 2022-04-04 12:45:40 -07:00
index.page.tsx Fix/Default market and tabs navigation (#518) 2022-06-08 09:47:31 +01:00
styles.css use compoments from ui-toolkit, minor style changes 2022-03-10 20:51:05 -08:00