mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
add button to check for updates
This commit is contained in:
parent
b7f4123946
commit
b44de96f13
1 changed files with 10 additions and 3 deletions
|
|
@ -1294,9 +1294,16 @@
|
|||
<div v-if="appInfo" class="bg-white rounded shadow">
|
||||
<div class="flex border-b border-gray-300 text-gray-700 p-2 font-semibold">App Info</div>
|
||||
<div class="divide-y text-gray-900">
|
||||
<div class="p-1">
|
||||
<div>Version</div>
|
||||
<div class="text-sm text-gray-700">v{{ appInfo.version }}</div>
|
||||
<div class="flex p-1">
|
||||
<div class="mr-auto">
|
||||
<div>Version</div>
|
||||
<div class="text-sm text-gray-700">v{{ appInfo.version }}</div>
|
||||
</div>
|
||||
<div class="mx-2 my-auto">
|
||||
<a target="_blank" href="https://github.com/liamcottle/reticulum-meshchat/releases" type="button" class="my-auto inline-flex items-center gap-x-1 rounded-md bg-gray-500 px-2 py-1 text-sm font-semibold text-white shadow-sm hover:bg-gray-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gray-500">
|
||||
Check for Updates
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex p-1">
|
||||
<div class="mr-auto">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue