Intervention flag display
This commit is contained in:
parent
8f8ae3cae9
commit
9b9ad90292
5 changed files with 74 additions and 24 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<template>
|
||||
<component :is="rootComponent" ref="root" v-bind="{ ...$props, ...$attrs }" v-if="showMultiview">
|
||||
<div class="bubble">
|
||||
<div class="bubble-inset" v-if="showCCSummary">
|
||||
<CCSummary :multiple="items.length > 1" :flags="proofHintFlags" />
|
||||
</div>
|
||||
<CCSummary :multiple="items.length > 1" :flags="proofHintFlags" />
|
||||
<div class="original-message bubble-inset" v-if="inReplyToText">
|
||||
<div class="original-message-sender">{{ inReplyToSender }}</div>
|
||||
<div class="original-message-text" v-html="linkify($$sanitize(inReplyToText))" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue