Merge pull request #251 from aviraldg/feature-pretty-placeholder

Prettier, animated placeholder :D
pull/21833/head
Matthew Hodgson 2016-03-30 01:27:36 +01:00
commit 182fa22eac
1 changed files with 5 additions and 1 deletions

View File

@ -173,7 +173,11 @@ module.exports = React.createClass({
if (wantPlaceholder) {
return (
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
<div className="mx_RoomStatusBar_placeholderIndicator">
<span>.</span>
<span>.</span>
<span>.</span>
</div>
);
}