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