vega-frontend-monorepo/libs/fills
Bartłomiej Głownia 556be89bfd
Feature/218 trades scrolling (#740)
* feat(#218): add skip pagination support to data provider

* feat(#218): add new rows after user scroll top

* feat(#218): add pagination/scroll scenarios to storybook

* feat(#218): switch fills to infinite scroll mode

* feat(#218): switch trades to infinite scroll mode

* feat(#218): fix e2e tests

* feat(#218): set rowModelType to infinite

* feat(#218): fix markets-list

* feat(#218): remove totalCount

* feat(#218): remove totalCount from mocks, revert cypress config

* feat(#218): allow null data in data-provider whan using pagination

* feat(#218): add missing hasNextPage, handle only one page scenario

* feat(#218): improve typing in fills, trades ann market-list tables
2022-07-20 11:37:28 +02:00
..
.storybook Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
src Feature/218 trades scrolling (#740) 2022-07-20 11:37:28 +02:00
.babelrc Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
.eslintrc.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
jest.config.js Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
package.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
postcss.config.js Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
project.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
README.md Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
tailwind.config.js Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
tsconfig.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
tsconfig.lib.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00
tsconfig.spec.json Feat/462 fills table mvp (no pagination) (#645) 2022-06-30 09:52:25 +02:00

fills

This library was generated with Nx.

Running unit tests

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