Remodel for Mobile

This commit is contained in:
2025-11-20 12:38:38 +01:00
parent 5f6df7c69d
commit 24f576aeaa
13 changed files with 1226 additions and 595 deletions

View File

@@ -6,9 +6,9 @@ const auth = useAuthStore()
</script>
<template>
<div>
<div v-if="auth.activeTenant">
<h1 class="font-bold text-xl">Willkommen zurück {{auth.profile.full_name}}</h1>
<span v-if="auth.activeTenant">bei {{auth.activeTenantData.name}}</span>
<span>bei {{auth.activeTenantData.name}}</span>
</div>
</template>