Add tool tip to group button in header menu

This commit is contained in:
Wolfgang Huß 2023-01-31 13:04:38 +01:00
parent e4d209526c
commit 55f699a130
3 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,19 @@
<template>
<div>
<nuxt-link to="/groups"><base-button icon="users" circle ghost /></nuxt-link>
<nuxt-link to="/groups">
<base-button
icon="users"
circle
ghost
v-tooltip="{
content: $t('group.button.tooltip'),
placement: 'bottom-start',
}"
/>
</nuxt-link>
</div>
</template>
<script>
export default {}
</script>

View File

@ -410,6 +410,9 @@
"addUserNoOptions": "Keine Nutzer gefunden!",
"addUserPlaceholder": "Benutzername",
"allGroups": "Alle Gruppen",
"button": {
"tooltip": "Gruppen anzeigen"
},
"categories": "Thema ::: Themen",
"changeMemberRole": "Die Rolle wurde auf „{role}“ geändert!",
"contentMenu": {

View File

@ -410,6 +410,9 @@
"addUserNoOptions": "No users found!",
"addUserPlaceholder": " Username",
"allGroups": "All Groups",
"button": {
"tooltip": "Show groups"
},
"categories": "Topic ::: Topics",
"changeMemberRole": "The role has been changed to “{role}”!",
"contentMenu": {