mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-16 02:10:49 +02:00
recursive navigation for merge and mangadetail
add remove functionality
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<template>
|
||||
<MangaDetailPage
|
||||
:manga="manga"
|
||||
:back="{ text: 'Back', href: backUrl ?? `/manga/${mangaId}`, icon: 'i-lucide-arrow-left' }"
|
||||
title="Merge with">
|
||||
<MangaDetailPage :manga="manga" :back-url="backUrl" title="Merge with">
|
||||
<USkeleton v-if="!mangas" class="w-full h-[350px]" />
|
||||
<MangaCardList :manga="mangas" @click="(m) => navigateTo(`/manga/${mangaId}/merge/${m.key}?return=${path}`)" />
|
||||
</MangaDetailPage>
|
||||
|
Reference in New Issue
Block a user