Last minute fixes

This commit is contained in:
2025-10-01 00:31:31 +02:00
parent 66f1f5f336
commit 146e48d42d
10 changed files with 34 additions and 111 deletions
+8 -4
View File
@@ -11,7 +11,7 @@ watch(loggedIn, () => refresh());
<template>
<div>
<h1 class="text-primary text-3xl">{{ t('hello') }}</h1>
<h1 class="text-primary mb-3 text-3xl">{{ t('hello') }}</h1>
<VaButton icon="refresh" :disabled="pending" @click="refresh">{{
t('layouts.refresh')
}}</VaButton>
@@ -68,9 +68,13 @@ watch(loggedIn, () => refresh());
</div>
</div>
<div v-else>
<VaButton color="info" icon="login" :to="$localePath(`/login`)">{{
t('page.home.login_first')
}}</VaButton>
<VaButton
class="mt-6"
color="info"
icon="login"
:to="$localePath(`/login`)"
>{{ t('page.home.login_first') }}</VaButton
>
</div>
<div class="mt-8">
<VaDivider />