feat: Add fetching stories placeholder

This commit is contained in:
2025-12-02 01:20:25 +00:00
committed by Tanner Collin (aider)
parent 6a329e3ba9
commit 1ce55e6d1f

View File

@@ -96,6 +96,7 @@ function Feed({ updateCache }) {
<title>QotNews</title> <title>QotNews</title>
<meta name="robots" content="index" /> <meta name="robots" content="index" />
</Helmet> </Helmet>
<p>Fetching stories X / Y...</p>
{error && {error &&
<details style={{marginBottom: '1rem'}}> <details style={{marginBottom: '1rem'}}>
<summary>Connection error? Click to expand.</summary> <summary>Connection error? Click to expand.</summary>