A lot of AI slop
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s

This commit is contained in:
2026-06-08 19:36:45 +02:00
parent 8859ee5a5f
commit bbc34c1b12
20 changed files with 1606 additions and 324 deletions

View File

@@ -1,5 +1,8 @@
<script setup lang="ts">
</script>
<template>
<div class="footer">
<div class="tui-statusbar">
<span>{{ $t('prefooter') }}</span>
<br>
<span>{{ $t('footer') }}</span>
@@ -7,7 +10,7 @@
</template>
<style scoped>
.footer {
.tui-statusbar {
width: 100%;
display: flex;
flex-direction: column;
@@ -19,4 +22,5 @@ span {
opacity: 0.4;
text-align: center;
}
</style>
</style>