close on avatar click again, add zooming as option
This commit is contained in:
parent
700df11e9a
commit
d232fa3dc3
7 changed files with 26 additions and 5 deletions
|
|
@ -4,11 +4,16 @@ import { defineAsyncComponent } from 'vue'
|
|||
const UserPopover = {
|
||||
name: 'UserPopover',
|
||||
props: [
|
||||
'userId', 'overlayCenters', 'disabled', 'overlay-centers-selector'
|
||||
'userId', 'overlayCenters', 'disabled', 'overlayCentersSelector'
|
||||
],
|
||||
components: {
|
||||
UserCard,
|
||||
Popover: defineAsyncComponent(() => import('../popover/popover.vue'))
|
||||
},
|
||||
computed: {
|
||||
userPopoverZoom () {
|
||||
return this.$store.getters.mergedConfig.userPopoverZoom
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue