mirror of https://github.com/vector-im/riot-web
Merge pull request #251 from aviraldg/feature-pretty-placeholder
Prettier, animated placeholder :Dpull/21833/head
commit
182fa22eac
|
@ -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 New Issue