minor v1.2.0 #52

Merged
jkeffects merged 12 commits from develop into main 2025-01-23 12:14:10 +00:00
Showing only changes of commit 20190bdb49 - Show all commits

View file

@ -6,8 +6,8 @@
</div> </div>
</template> </template>
<template #diffMain> <template #diffMain>
<div class="h-full flex flex-col gap-4 px-7 overflow-hidden"> <div class="h-full flex flex-col px-7 overflow-hidden">
<div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-md"> <div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-t-md">
<div class="flex flex-row justify-between border-b-2 border-gray-300"> <div class="flex flex-row justify-between border-b-2 border-gray-300">
<h1 class="text-xl font-semibold">Client</h1> <h1 class="text-xl font-semibold">Client</h1>
<p>V{{ clientVersion }}</p> <p>V{{ clientVersion }}</p>
@ -28,7 +28,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-md"> <div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-b-md">
<div class="flex flex-row justify-between border-b-2 border-gray-300"> <div class="flex flex-row justify-between border-b-2 border-gray-300">
<h1 class="text-xl font-semibold">Server</h1> <h1 class="text-xl font-semibold">Server</h1>
<p>V{{ serverVersion }}</p> <p>V{{ serverVersion }}</p>