[Improvement] Show loading text.
This commit is contained in:
@@ -26,11 +26,11 @@ export default class MasterLoadingComponent extends Component<IMasterLoadingComp
|
|||||||
return (
|
return (
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<CircularProgress style={{ color: red[500] }} size={50} />
|
<CircularProgress style={{ color: red[500] }} size={50} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item style={{ zIndex: 1 }}>
|
||||||
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
||||||
Unexpected Error Happened ...
|
Unexpected Error Happened ...
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -39,11 +39,11 @@ export default class MasterLoadingComponent extends Component<IMasterLoadingComp
|
|||||||
return (
|
return (
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<CircularProgress style={{ color: red[500] }} size={50} />
|
<CircularProgress style={{ color: red[500] }} size={50} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item style={{ zIndex: 1 }}>
|
||||||
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
||||||
It takes long time ...
|
It takes long time ...
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -52,11 +52,11 @@ export default class MasterLoadingComponent extends Component<IMasterLoadingComp
|
|||||||
return (
|
return (
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<CircularProgress size={50} />
|
<CircularProgress size={50} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item style={{ zIndex: 1 }}>
|
||||||
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
||||||
Loading...
|
Loading...
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -65,11 +65,11 @@ export default class MasterLoadingComponent extends Component<IMasterLoadingComp
|
|||||||
return (
|
return (
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<CircularProgress size={50} />
|
<CircularProgress size={50} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item style={{ zIndex: 1 }}>
|
||||||
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
<Typography variant='title' color='primary' style={{ marginLeft: '15px' }} >
|
||||||
Loading...
|
Loading...
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user