From 0590a7878be7b434c05992dbc500f0f0c35e7324 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Jan 2024 07:36:36 -0800 Subject: feat(manga): progress badge --- src/lib/List/ListTitle.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/List/ListTitle.svelte b/src/lib/List/ListTitle.svelte index b5c79bc8..889d55d9 100644 --- a/src/lib/List/ListTitle.svelte +++ b/src/lib/List/ListTitle.svelte @@ -13,6 +13,8 @@ {time ? time.toFixed(3) : '...'}s {#if progress !== undefined} - {progress.toFixed(0)}% + {/if} -- cgit v1.2.3