Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-08-26 15:38:28 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-08-26 15:38:28 +0300
commit1c378c4da9ae83ae78f4246651b2388b5f92d8fb (patch)
treef977213862d344f56c751ef451e904aace83ff91 /src
parent19d29aa2c2cc94bc6ed1ebf710ca81ae802dd3fb (diff)
Disable status in ContactSelectionBubble
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src')
-rw-r--r--src/components/AvatarWrapper/AvatarWrapperSmall.vue5
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/components/AvatarWrapper/AvatarWrapperSmall.vue b/src/components/AvatarWrapper/AvatarWrapperSmall.vue
index 91b5da493..2c30e5773 100644
--- a/src/components/AvatarWrapper/AvatarWrapperSmall.vue
+++ b/src/components/AvatarWrapper/AvatarWrapperSmall.vue
@@ -30,6 +30,7 @@
:user="id"
:display-name="name"
menu-position="left"
+ :show-user-status="showUserStatus"
:disable-tooltip="disableTooltip"
:disable-menu="disableMenu"
:size="size" />
@@ -81,6 +82,10 @@ export default {
type: Boolean,
default: false,
},
+ showUserStatus: {
+ type: Boolean,
+ default: true,
+ },
},
computed: {
// Determines which icon is displayed
diff --git a/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue b/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue
index 0f01f94a0..caaf0faa0 100644
--- a/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue
@@ -26,6 +26,7 @@
class="contact-selection-bubble__avatar"
:name="participant.label"
:source="participant.source"
+ :show-user-status="false"
:disable-menu="true"
:disable-tooltip="true" />
<span class="contact-selection-bubble__username">