Servers fixes

This commit is contained in:
Prospector
2025-06-03 16:15:57 -07:00
parent 3f77ab19ed
commit 4e8ebb5e5c
8 changed files with 66 additions and 29 deletions

View File

@@ -81,10 +81,7 @@ function setRegion() {
class="shrink-0"
/>
<SpinnerIcon v-else class="animate-spin" />
<span v-if="bestPing" :class="bestPing ? 'text-brand' : 'text-primary'">
Lowest latency ({{ ping }}ms)
</span>
<template v-else-if="ping"> {{ ping }}ms </template>
<template v-if="ping"> {{ ping }}ms </template>
<span v-else> Testing connection... </span>
</template>
</span>