Skip to content

Commit

Permalink
add button to check for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Jul 30, 2024
1 parent b7f4123 commit b44de96
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit b44de96

Please sign in to comment.