style(ui): move homebar to app.vue outside <NuxtPage /> to avoid it being rerendered on route change
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-12 22:20:28 +02:00
parent d18f00d1c0
commit 6221359a15
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,12 @@
<template>
<div>
<div id="homebar">
<div class="homebar-item">
<marquee>
gorb!!!!!
</marquee>
</div>
</div>
<Banner v-if="banner" />
<NuxtPage :keepalive="true" />
</div>