Improve appearance of short-lived app loading spinner
by hiding it for 500ms - thereby only showing it if the loading is taking a long time.
This commit is contained in:
parent
7d0406b430
commit
0c1846630c
2 changed files with 14 additions and 1 deletions
|
@ -534,7 +534,7 @@ export default class AppTile extends React.Component {
|
|||
|
||||
if (this.props.show) {
|
||||
const loadingElement = (
|
||||
<div>
|
||||
<div className="mx_AppLoading_spinner_fadeIn">
|
||||
<MessageSpinner msg='Loading...' />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue