Update Readme, fix download dialog navigation

This commit is contained in:
2025-10-15 01:56:52 +02:00
parent f1f54f72e3
commit b0a63197e3
6 changed files with 8 additions and 86 deletions

View File

@@ -39,11 +39,7 @@
:key="m.key"
:manga="m"
:expanded="i === expanded"
@click="expanded = expanded === i ? -1 : i">
<template #actions="manga">
<UButton :to="`/manga/${manga.key}?download=true&return=${path}`">Download</UButton>
</template>
</MangaCard>
@click="navigateTo(`/manga/${m.key}?download=true&return=${path}`)" />
</div>
</template>
</UPageSection>