Settings cleanup

This commit is contained in:
ZXY101
2023-09-28 14:13:01 +02:00
parent 35bab3f86b
commit cb08e39333
11 changed files with 152 additions and 125 deletions

View File

@@ -16,6 +16,8 @@
import { page as pageStore } from '$app/stores';
import SettingsButton from './SettingsButton.svelte';
// TODO: Refactor this whole mess
$: volume = $catalog
?.find((item) => item.id === $pageStore.params.manga)
?.manga.find((item) => item.mokuroData.volume_uuid === $pageStore.params.volume);