mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
more ui changes
This commit is contained in:
parent
4ce2426252
commit
10cf259062
1 changed files with 4 additions and 1 deletions
|
|
@ -166,7 +166,10 @@
|
|||
</div>
|
||||
<div>
|
||||
<div>Destination: {{ audioCall.remote_destination_hash || "Unknown" }}</div>
|
||||
<div class="text-sm text-gray-500">Call Hash: {{ audioCall.hash }}</div>
|
||||
<div class="text-sm text-gray-500">
|
||||
<span v-if="audioCall.is_outbound">Outgoing Call...</span>
|
||||
<span v-else>Incoming Call...</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex space-x-2 ml-auto my-auto mx-2">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue