aboutsummaryrefslogtreecommitdiff
path: root/src/routes/updates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-22 21:00:44 -0800
committerFuwn <[email protected]>2023-12-22 21:00:44 -0800
commitaadf9793ad9bc267a99134951fb7ed5d712e8267 (patch)
tree871d0f72b05b916c01930c7c8d81fe29cfe99cdb /src/routes/updates
parentfeat(schedule): better loading message (diff)
downloaddue.moe-aadf9793ad9bc267a99134951fb7ed5d712e8267.tar.xz
due.moe-aadf9793ad9bc267a99134951fb7ed5d712e8267.zip
feat(routes): better loading message
Diffstat (limited to 'src/routes/updates')
-rw-r--r--src/routes/updates/+page.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/updates/+page.svelte b/src/routes/updates/+page.svelte
index 7b3a0f6c..565505d3 100644
--- a/src/routes/updates/+page.svelte
+++ b/src/routes/updates/+page.svelte
@@ -78,7 +78,7 @@
</li>
{/each}
{:else}
- <li>Loading ...</li>
+ <li>Loading feed ... 50%</li>
{/if}
</ul>
</details>
@@ -113,7 +113,7 @@
</li>
{/each}
{:else}
- <li>Loading ...</li>
+ <li>Loading feed ... 50%</li>
{/if}
</ul>
</details>