mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add line progress for syncing
This commit is contained in:
parent
9d4047f21d
commit
a5f0724ba5
|
@ -8,6 +8,8 @@ import Dialog from '@material-ui/core/Dialog';
|
|||
import DialogContent from '@material-ui/core/DialogContent';
|
||||
import DialogContentText from '@material-ui/core/DialogContentText';
|
||||
import DialogTitle from '@material-ui/core/DialogTitle';
|
||||
import LinearProgress from '@material-ui/core/LinearProgress';
|
||||
import Box from '@material-ui/core/Box';
|
||||
|
||||
import CssBaseline from '@material-ui/core/CssBaseline';
|
||||
import theme from '../src/theme';
|
||||
|
@ -67,6 +69,9 @@ export default function MyApp(props) {
|
|||
The environment is syncing trades from the exchange sessions.
|
||||
Please wait a moment...
|
||||
</DialogContentText>
|
||||
<Box m={2}>
|
||||
<LinearProgress />
|
||||
</Box>
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
</React.Fragment>
|
||||
|
|
Loading…
Reference in New Issue
Block a user