diff options
| author | Fuwn <[email protected]> | 2023-09-25 21:43:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-25 21:43:26 -0700 |
| commit | 6573d684a013f04b6c604d8bd326a35773892723 (patch) | |
| tree | fbbda09572053f6f5dadde600d150ca840a9be55 /src/routes | |
| parent | refactor(completed): title component (diff) | |
| download | due.moe-6573d684a013f04b6c604d8bd326a35773892723.tar.xz due.moe-6573d684a013f04b6c604d8bd326a35773892723.zip | |
refactor(upcoming): title component
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+page.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f617f618..54e433eb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -91,7 +91,8 @@ displayUnresolved={$settings.displayUnresolved} /> {:else} - <summary>Upcoming Episodes [...] <small style="opacity: 50%">...s</small></summary> + <ListTitle custom="Upcoming Episodes" /> + <ul><li>Loading ...</li></ul> {/if} </details> |