8e6c066b99
* 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
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": 2,
|
|
"projects": {
|
|
"accounts": "libs/accounts",
|
|
"candles-chart": "libs/candles-chart",
|
|
"cypress": "libs/cypress",
|
|
"deal-ticket": "libs/deal-ticket",
|
|
"deposits": "libs/deposits",
|
|
"environment": "libs/environment",
|
|
"explorer": "apps/explorer",
|
|
"explorer-e2e": "apps/explorer-e2e",
|
|
"fills": "libs/fills",
|
|
"market-depth": "libs/market-depth",
|
|
"market-list": "libs/market-list",
|
|
"network-stats": "libs/network-stats",
|
|
"order-list": "libs/order-list",
|
|
"positions": "libs/positions",
|
|
"react-helpers": "libs/react-helpers",
|
|
"simple-trading-app": "apps/simple-trading-app",
|
|
"simple-trading-app-e2e": "apps/simple-trading-app-e2e",
|
|
"smart-contracts": "libs/smart-contracts",
|
|
"static": "apps/static",
|
|
"stats": "apps/stats",
|
|
"stats-e2e": "apps/stats-e2e",
|
|
"tailwindcss-config": "libs/tailwindcss-config",
|
|
"token": "apps/token",
|
|
"token-e2e": "apps/token-e2e",
|
|
"trades": "libs/trades",
|
|
"trading": "apps/trading",
|
|
"trading-e2e": "apps/trading-e2e",
|
|
"types": "libs/types",
|
|
"ui-toolkit": "libs/ui-toolkit",
|
|
"wallet": "libs/wallet",
|
|
"web3": "libs/web3",
|
|
"withdraws": "libs/withdraws"
|
|
}
|
|
}
|