feature/#42-display-version #51

Merged
jkeffects merged 4 commits from feature/#42-display-version into develop 2025-01-23 10:59:18 +00:00
Showing only changes of commit 20190bdb49 - Show all commits

View file

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