2022-09-13 10:14:06 +00:00
|
|
|
import { activeMarketsProvider } from '@vegaprotocol/market-list';
|
|
|
|
import { useDataProvider } from '@vegaprotocol/react-helpers';
|
2022-05-23 12:21:54 +00:00
|
|
|
import { AsyncRenderer } from '@vegaprotocol/ui-toolkit';
|
2022-06-01 14:21:36 +00:00
|
|
|
import { useRouter } from 'next/router';
|
|
|
|
import { useEffect } from 'react';
|
|
|
|
import { useGlobalStore } from '../stores';
|
2022-02-23 17:57:44 +00:00
|
|
|
|
|
|
|
export function Index() {
|
2022-06-01 14:21:36 +00:00
|
|
|
const { replace } = useRouter();
|
2022-05-23 12:21:54 +00:00
|
|
|
// The default market selected in the platform behind the overlay
|
|
|
|
// should be the oldest market that is currently trading in continuous mode(i.e. not in auction).
|
2022-09-13 10:14:06 +00:00
|
|
|
const { data, error, loading } = useDataProvider({
|
|
|
|
dataProvider: activeMarketsProvider,
|
|
|
|
noUpdate: true,
|
|
|
|
});
|
2022-09-05 14:25:33 +00:00
|
|
|
const { riskNoticeDialog, update } = useGlobalStore((store) => ({
|
|
|
|
riskNoticeDialog: store.riskNoticeDialog,
|
|
|
|
update: store.update,
|
|
|
|
}));
|
2022-06-01 14:21:36 +00:00
|
|
|
|
|
|
|
useEffect(() => {
|
2022-09-05 14:25:33 +00:00
|
|
|
update({ landingDialog: true });
|
2022-09-02 14:53:38 +00:00
|
|
|
|
2022-06-01 14:21:36 +00:00
|
|
|
if (data) {
|
2022-08-31 19:06:34 +00:00
|
|
|
const marketId = data[0]?.id;
|
2022-06-01 14:21:36 +00:00
|
|
|
|
|
|
|
if (marketId) {
|
|
|
|
replace(`/markets/${marketId}`);
|
chore: LP tooltips & move market-info lib (#1267)
* 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: #994 add price monitoring bounds and candles update interface
* fix: move best bid price to diff section
* feat(#993): add missing mocks, fix combine function
* fix: add insurance pool and calc volume 24h
* feat: display some oracle min info, asset id, insurance pool, move open interest and 24hVol
* fix: add market-info.cy.ts case
* fix: remove # from numbered price monitoring settings
* fix: add insurance pool test
* fix: format 24hvol
* feat(#993): set loading initially to true, add unit tests
* feat(#993): cleanup, add comments
* feat(#993): remove undefined from client type
* fix: remove indicativeVolume and oracleSpecBinding from market info
* feat(#993): cosmetic changes
* fix: add oracleSpecBinding back
* Update libs/deal-ticket/src/components/info-market.tsx
Co-authored-by: botond <105208209+notbot00@users.noreply.github.com>
* feat: add initial queries
* fix: memo yesterday's timestamp
* fix: add back info
* fix: update query
* fix: add view full oracle details link and update mappings
* fix: regen code, make link reactnode, fix index.ts
* feat: add liquidity lib, refactor info market
* fix: remove liquidity query from deal-ticket
* feat:(#993): pass informaton about update callback cause
* fix: small ui tweaks
* fix: display in grid
* feat: navigate to oracle by termination id
* feat: #491 add use liquidity provision merging
* fix: remove logs, add extra check on my liquidity provision
* fix: type number trivially inferred from a number literal, remove type annotation
* fix: cypress tests and formatting for market info
* Update libs/deal-ticket/src/components/market-info/info-market.tsx
* fix: use position decimal places for stake and market value proxy
* fix: #491 use size/position decimal places for obligation, supplied and commitment amount
* fix: add size component and use decimal places
* fix: update readme liquidity
* fix: #491 add correct asset decimal formatters
* Update libs/deal-ticket/src/components/market-info/tooltip-mapping.tsx
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
* fix: make link instead of button to open liquidity
* fix: #491 add liquidity page, link to trading mode tooltip, tabs hidden or choose active
* fix: remove LP dialog, use only link to page
* fix: add market id in LP view
* fix: follow trade grid design
* fix: add one line tabs , remove link styling, remove any, add value formatters
* fix: remove falsy check LP undefined
* fix: keep date formatter in LP table
* fix: add generic type market info, hooks in body function
* fix: revert number formatters
* fix: use one param only in network params query
* fix: use network param in web3 lib
* fix: move lp container to trading app
* fix: remove resizable panel
* feat: add header component, remove isEstimate
* chore: remove unnecessary type cast
* fix: fix build with children map clone element
* chore: lint
* fix: move use network params to react helpers
* fix: add const for LP tabs
* fix: fix formatting on LP page
* fix: only show tilde for liquidity monitoring auction end date
* fix: market id being rendered twice in market info
* chore: fix lint
* fix: types for generate withdraw form query
* chore: fix intermittent failing withdrawal test
* Update libs/deal-ticket/src/components/market-info/info-market.tsx
* fix: route to LP and update selected market
* fix: add market-info lib
* fix: add tooltips to header stat
* fix: add overflow-y on div within auto sizer
* fix: fix merge conflicts
* fix: size and dialog
* fix: format target stake and supplied stake
* fix: add tooltips ag-grid and fix decimals
* fix: overflow on both axes auto-sizer
* fix: remove symbol, add to commitment
* fix: update tooltips and headers after demo
* fix: network switcher background
* fix: remove any from market info
* fix: integration test
* fix: remove e2e test for risk factors for now until grpc error sorted
* fix: get liquidity panel by test-id
* fix: fix market-info.cy.ts test
* fix: liquidity test
* f
ix: fix link data test id
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
Co-authored-by: botond <105208209+notbot00@users.noreply.github.com>
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Joe <joe@vega.xyz>
2022-09-12 09:07:29 +00:00
|
|
|
update({ marketId });
|
2022-06-01 14:21:36 +00:00
|
|
|
}
|
|
|
|
// Fallback to the markets list page
|
|
|
|
else {
|
|
|
|
replace('/markets');
|
|
|
|
}
|
|
|
|
}
|
2022-09-05 14:25:33 +00:00
|
|
|
}, [data, replace, riskNoticeDialog, update]);
|
2022-06-01 14:21:36 +00:00
|
|
|
|
2022-02-11 13:56:28 +00:00
|
|
|
return (
|
2022-06-01 14:21:36 +00:00
|
|
|
<AsyncRenderer data={data} loading={loading} error={error}>
|
|
|
|
{/* Render a loading and error state but we will redirect if markets are found */}
|
|
|
|
{null}
|
|
|
|
</AsyncRenderer>
|
2022-02-11 13:56:28 +00:00
|
|
|
);
|
|
|
|
}
|
2022-02-23 17:57:44 +00:00
|
|
|
|
2022-04-12 11:04:26 +00:00
|
|
|
Index.getInitialProps = () => ({
|
|
|
|
page: 'home',
|
|
|
|
});
|
|
|
|
|
2022-02-23 17:57:44 +00:00
|
|
|
export default Index;
|