prepare for #22

This commit is contained in:
2026-02-05 18:30:53 +02:00
parent 7a69ea59ff
commit 8a0fa08304
6 changed files with 25 additions and 11 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
<template>
<v-app-bar color="blue" scroll-behavior="elevate" scroll-threshold="20">
<v-app-bar color="blue" scroll-behavior="elevate" scroll-threshold="20" :height="100" image="/static/bck-2.webp">
<!-- <v-app-bar-nav-icon variant="text" @click.stop="drawer = !drawer"></v-app-bar-nav-icon> -->
<template v-slot:prepend>
<v-avatar class="ml-3" size="66" rounded="0">
<v-img src="/logo.webp" alt="ProNature Logo"></v-img>
</v-avatar>
</template>
<v-app-bar-title>{{ l.playground }}</v-app-bar-title>
<v-btn to="/manage" icon="mdi-wrench-cog-outline" v-if="roles.editor" v-tooltip="l.workshop"></v-btn>
<v-dialog max-width="480">