mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 18:55:09 +02:00
Add loading screen image
This commit is contained in:
parent
6a65e5a408
commit
f381340da0
@ -45,28 +45,23 @@ const Startup = (obj) => {
|
|||||||
}
|
}
|
||||||
}, [refreshInterval]);
|
}, [refreshInterval]);
|
||||||
|
|
||||||
if(isLoaded){
|
if (isLoaded) {
|
||||||
console.log("Rendering Application");
|
console.log("Rendering Application");
|
||||||
return obj.children;
|
return obj.children;
|
||||||
}else{
|
} else {
|
||||||
console.log("Rendering Loading Screen");
|
console.log("Rendering Loading Screen");
|
||||||
return <div className="stroke" style={{ padding: 0 }}>
|
return (
|
||||||
<div className="row" style={{ margin: 0, padding: 0 }}>
|
<div className="stroke">
|
||||||
<img alt="" src="livepeer.png" width="100em" height="100em" style={{ zIndex: 10 }} />
|
|
||||||
</div>
|
|
||||||
<div className="flexContainer">
|
|
||||||
<div className="stroke roundedOpaque">
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<h3>Loading...</h3>
|
<img alt="" src="livepeer.png" width="200em" height="200em" style={{ zIndex: 10 }} />
|
||||||
|
</div>
|
||||||
|
<div className="stroke roundedOpaque" style={{ width: 'unset', padding: '5em' }}>
|
||||||
|
<div className="stroke">
|
||||||
|
<h1>Loading...</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="alwaysOnBottomRight" style={{ margin: 0, padding: 0 }}>
|
)
|
||||||
<h6 className="lightText" style={{ margin: 0, padding: 0 }}>
|
|
||||||
nframe.nl
|
|
||||||
</h6>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user