Add misc settings + misc cleanup

This commit is contained in:
ZXY101
2024-01-13 17:53:21 +02:00
parent c817cc8681
commit 28201f5d88
7 changed files with 111 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts">
import { page } from '$app/stores';
import { progress } from '$lib/settings';
import type { Volume } from '$lib/types';
import { ListgroupItem } from 'flowbite-svelte';
@@ -16,7 +15,7 @@
$: isComplete = currentPage === volume.mokuroData.pages.length;
</script>
<a href={`${$page.params.manga}/${mokuroData.volume_uuid}`} class="h-full w-full">
<a href={`${mokuroData.title_uuid}/${mokuroData.volume_uuid}`} class="h-full w-full">
<ListgroupItem>
<div
class:text-green-400={isComplete}