mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Manga Detail page MangaFetcher-table no padding
This commit is contained in:
@@ -27,17 +27,16 @@
|
|||||||
:key="mangaconnectorId.key"
|
:key="mangaconnectorId.key"
|
||||||
class="bg-elevated p-1 rounded-lg w-fit flex items-center justify-center gap-2">
|
class="bg-elevated p-1 rounded-lg w-fit flex items-center justify-center gap-2">
|
||||||
<MangaconnectorIcon v-bind="mangaconnectorId" />
|
<MangaconnectorIcon v-bind="mangaconnectorId" />
|
||||||
<UTooltip
|
<UTooltip text="Not implemented yet.">
|
||||||
:text="mangaconnectorId.useForDownload ? 'Stop downloading from this website' : 'Download from this website'">
|
<!-- TODO: :text="mangaconnectorId.useForDownload ? 'Stop downloading from this website' : 'Download from this website'"> -->
|
||||||
<UButton
|
<UButton
|
||||||
:icon="mangaconnectorId.useForDownload ? 'i-lucide-cloud-off' : 'i-lucide-cloud-download'"
|
:icon="mangaconnectorId.useForDownload ? 'i-lucide-cloud-off' : 'i-lucide-cloud-download'"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
disabled />
|
disabled />
|
||||||
<!-- Not implemented yet -->
|
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- TODO: Not implemented yet -->
|
||||||
<UButton variant="outline" color="secondary" class="ml-auto" disabled>Force (re)download</UButton>
|
<UButton variant="outline" color="secondary" class="ml-auto" disabled>Force (re)download</UButton>
|
||||||
<!-- Not implemented yet -->
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</UPageCard>
|
</UPageCard>
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</UCard>
|
</UCard>
|
||||||
<UCard>
|
<UCard :ui="{ body: 'p-0 sm:p-0' }">
|
||||||
<template #header>
|
<template #header>
|
||||||
<h1>Metadata</h1>
|
<h1>Metadata</h1>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user