From 76d9931ca296619e6c583df1423fc05a98c00ab3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 6 May 2024 05:13:15 -0700 Subject: fix(manga): dummy refresh button --- src/lib/List/Manga/MangaListTemplate.svelte | 100 +++++++++++++++++++--------- 1 file changed, 68 insertions(+), 32 deletions(-) (limited to 'src/lib') diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte index 6ef172d7..073cf44c 100644 --- a/src/lib/List/Manga/MangaListTemplate.svelte +++ b/src/lib/List/Manga/MangaListTemplate.svelte @@ -259,19 +259,32 @@ /> {:else} {#if !authorised} - - + + {#if !dummy} + + {/if} {:else} - + {/if} @@ -293,19 +306,32 @@ /> {:else} {#if !authorised} - - + + {#if !dummy} + + {/if} {:else} - + {/if} @@ -316,16 +342,20 @@ count={cleanedMedia.length} time={endTime / 1000} title={$locale().lists.due.mangaAndLightNovels} + hideTime={dummy} + hideCount={dummy} > - + {#if !dummy} + + {/if} {/if} @@ -343,7 +373,13 @@ /> {:catch} {#if authorised} - + {/if} -- cgit v1.2.3