This commit is contained in:
Andras Bacsai
2023-05-25 21:23:03 +02:00
parent 45ea53b9ba
commit 3ba9f399b8
6 changed files with 20 additions and 28 deletions

View File

@@ -8,4 +8,5 @@
<path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />
<path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />
<path d="M12 9l-2 3h4l-2 3" />
</svg>Force Upgrade</button>
</svg>Force Upgrade
</button>

View File

@@ -1,11 +1,11 @@
<div x-data="{ visible: @entangle('visible') }" class="fixed text-xs text-white top-2 right-28">
<div x-data="{ visible: @entangle('visible') }" class="fixed text-xs text-white top-3 right-28">
<template x-if="visible">
<div>
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 mx-auto lds-heart text-warning" viewBox="0 0 24 24"
<div class="bg-coollabs-gradient">
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 mx-auto text-pink-500 lds-heart" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
</svg> Upgrading...
</svg> Upgrading, please wait...
<script>
function checkHealth() {
console.log('Checking server\'s health...')