added IPFS loading indicator

This commit is contained in:
plebbitor
2023-03-22 15:35:28 +01:00
parent 2f681e26bc
commit 15a5d33447
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -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}>