Show user orgs in avatar

This commit is contained in:
D. Berge
2025-07-11 22:44:40 +02:00
parent 8c875ea2f9
commit 1895168889

View File

@@ -51,7 +51,7 @@
offset-y
>
<template v-slot:activator="{on, attrs}">
<v-avatar :color="user.colour || 'primary'" :title="`${user.name} (${user.role})`" v-bind="attrs" v-on="on">
<v-avatar :color="user.colour || 'primary'" :title="`${user.name}\n${Object.keys(user.organisations).join(', ')}`" v-bind="attrs" v-on="on">
<span class="white--text">{{user.name.slice(0, 5)}}</span>
</v-avatar>
</template>