diff options
| author | Fuwn <[email protected]> | 2023-12-22 21:00:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-22 21:00:44 -0800 |
| commit | aadf9793ad9bc267a99134951fb7ed5d712e8267 (patch) | |
| tree | 871d0f72b05b916c01930c7c8d81fe29cfe99cdb /src/routes/updates | |
| parent | feat(schedule): better loading message (diff) | |
| download | due.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.svelte | 4 |
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> |