File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3333 <p class =" title" >
3434 {{ conversation.displayName }}
3535 </p >
36- <p v-if =" conversation.description" class =" description" >
36+ <p v-if =" conversation.description"
37+ v-tooltip.bottom =" {
38+ content: conversation.description,
39+ delay: { show: 500, hide: 100 },
40+ }"
41+ class =" description" >
3742 {{ conversation.description }}
3843 </p >
3944 </div >
@@ -139,10 +144,15 @@ import { generateUrl } from '@nextcloud/router'
139144import { callParticipantCollection } from ' ../../utils/webrtc/index'
140145import { emit } from ' @nextcloud/event-bus'
141146import ConversationIcon from ' ../ConversationIcon'
147+ import Tooltip from ' @nextcloud/vue/dist/Directives/Tooltip'
142148
143149export default {
144150 name: ' TopBar' ,
145151
152+ directives: {
153+ Tooltip,
154+ },
155+
146156 components: {
147157 ActionButton,
148158 Actions,
You can’t perform that action at this time.
0 commit comments