You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
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:
@@ -529,7 +529,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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user