ux: display all emojis reactions

This commit is contained in:
10G Meow 2023-04-16 13:45:35 +03:00
parent 4c76ebbca6
commit c31386566f
7 changed files with 102 additions and 65 deletions

View file

@ -8,7 +8,6 @@
<div class="status">{{ event.status }}</div>
</div>
<QuickReactions :event="event" :timelineSet="timelineSet" />
<div class="op-button" ref="opbutton" v-if="!event.isRedacted()">
<v-btn id="btn-show-menu" icon @click.stop="showContextMenu($refs.opbutton)">
<v-icon>more_vert</v-icon>
@ -25,6 +24,7 @@
<img v-if="userAvatar" :src="userAvatar" />
<span v-else class="white--text headline">{{ userAvatarLetter }}</span>
</v-avatar>
<QuickReactions :event="event" :timelineSet="timelineSet" v-on="$listeners"/>
</div>
</template>