Basic actions page

Rimless TrangaPage
Scroll behavior
This commit is contained in:
2025-10-16 22:50:40 +02:00
parent 2b6818b09e
commit 90dd1d050d
5 changed files with 81 additions and 11 deletions

View File

@@ -24,7 +24,8 @@
<UNavigationMenu :items="items" orientation="horizontal" variant="link" color="neutral" />
</template>
<template #right>
<UButton icon="i-lucide-plus" to="/search" color="primary">Manga</UButton>
<UButton icon="i-lucide-brick-wall-shield" :to="`/actions?return=${$route.fullPath}`" variant="soft" color="secondary" />
<UButton icon="i-lucide-plus" to="/search" color="primary" label="Manga" />
<UColorModeButton color="secondary" />
<UButton icon="i-lucide-settings" variant="ghost" :to="`/settings?return=${$route.fullPath}`" color="secondary" />
</template>