mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added IPFS loading indicator
This commit is contained in:
@@ -321,6 +321,9 @@ const Catalog = () => {
|
||||
<Link to={`/${selectedAddress}`}>Return</Link>
|
||||
</span>
|
||||
</div>
|
||||
<div id="stats" style={{float: "right", marginTop: "5px"}}>
|
||||
{feed.length > 0 ? (null) : (<span>Fetching IPFS...</span>)}
|
||||
</div>
|
||||
<hr />
|
||||
</TopBar>
|
||||
<Threads selectedStyle={selectedStyle}>
|
||||
|
||||
Reference in New Issue
Block a user