Merge pull request #251 from aviraldg/feature-pretty-placeholder
Prettier, animated placeholder :D
This commit is contained in:
commit
182fa22eac
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue