1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 15:16:27 +01:00

Revert "feat!: removes custom content help support"

This reverts commit 904b2a4f89.
This commit is contained in:
Amir Raminfar
2023-12-27 20:41:58 -08:00
parent 904b2a4f89
commit 6a4c384eb6
8 changed files with 138 additions and 0 deletions

View File

@@ -1,5 +1,17 @@
<template>
<div class="flex items-center justify-end gap-4">
<template v-if="config.pages">
<router-link
:to="{ name: 'content-id', params: { id: page.id } }"
:title="page.title"
v-for="page in config.pages"
:key="page.id"
class="link-primary"
>
{{ page.title }}
</router-link>
</template>
<dropdown class="dropdown-end" @closed="latestTag = latest?.tag ?? config.version">
<template #trigger>
<mdi:announcement class="size-6 -rotate-12" />