UI Fixes and DeviceList changes
This commit is contained in:
parent
d766f9a0e3
commit
a1d729d812
5 changed files with 38 additions and 48 deletions
|
|
@ -7,13 +7,12 @@
|
|||
v-show="showAllReaction || index < REACTION_LIMIT"
|
||||
>
|
||||
<v-tooltip top v-if="value.includes($matrix.currentUserId)">
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-chip
|
||||
class="pa-2 ma-1 ml-0"
|
||||
variant="outlined"
|
||||
size="small"
|
||||
v-bind="attrs"
|
||||
v-on="on"
|
||||
v-bind="props"
|
||||
@click="onClickEmoji(name)"
|
||||
>
|
||||
{{ name }} {{ value.length }}
|
||||
|
|
@ -40,13 +39,12 @@
|
|||
{{ otherReactionText }}
|
||||
</v-chip>
|
||||
<v-tooltip top v-if="!!totalReaction">
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-chip
|
||||
variant="outlined"
|
||||
size="small"
|
||||
class="pa-2 ma-1 ml-0"
|
||||
v-bind="attrs"
|
||||
v-on="on"
|
||||
v-bind="props"
|
||||
@click="more"
|
||||
>
|
||||
<v-icon size="small"> $vuetify.icons.addReaction </v-icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue