mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
no need for text button to delete failed messages
This commit is contained in:
parent
9f0a08a3af
commit
ae2901a05d
1 changed files with 0 additions and 1 deletions
|
|
@ -249,7 +249,6 @@
|
|||
|
||||
<!-- state label -->
|
||||
<div class="my-auto space-x-1">
|
||||
<span v-if="chatItem.lxmf_message.state === 'failed'" @click="deleteChatItem(chatItem)" class="text-gray-500 underline cursor-pointer">delete?</span>
|
||||
<span>{{ chatItem.lxmf_message.state }}</span>
|
||||
<span v-if="chatItem.lxmf_message.state === 'sending'">{{ chatItem.lxmf_message.progress.toFixed(0) }}%</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue