feat: teams invite modal

This commit is contained in:
liyasthomas
2021-10-09 16:10:51 +05:30
parent d6324e6ba6
commit 8ea12695b3
3 changed files with 412 additions and 0 deletions

View File

@@ -21,6 +21,18 @@
</div>
</div>
</div>
<ButtonSecondary
v-if="team.myRole === 'OWNER'"
v-tippy="{ theme: 'tooltip' }"
svg="user-plus"
:title="$t('team.invite')"
@click.native="
() => {
emit('invite-team')
$refs.options.tippy().hide()
}
"
/>
<span>
<tippy ref="options" interactive trigger="click" theme="popover" arrow>
<template #trigger>