feat: uptime

This commit is contained in:
Alisa 2023-05-28 02:53:58 +08:00
parent 68c4956d2c
commit a7f207c220
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"tabWidth": 2, "tabWidth": 4,
"singleQuote": true, "singleQuote": true,
"semi": true, "semi": true,
"endOfLine": "auto", "endOfLine": "auto",

View File

@ -64,7 +64,7 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
'text-blue-500': item?.title !== 'Favorite', 'text-blue-500': item?.title !== 'Favorite',
}" /> }" />
<img v-if="item?.icon?.image" :src="item?.icon?.image" class="w-6 h-6 rounded-full mr-3" /> <img v-if="item?.icon?.image" :src="item?.icon?.image" class="w-6 h-6 rounded-full mr-3" />
<div class="text-base capitalize flex-1 text-gray-700 dark:text-gray-200"> <div class="text-base capitalize flex-1 text-gray-700 dark:text-gray-200 whitespace-nowrap">
{{ item?.title }} {{ item?.title }}
</div> </div>
<div v-if="item?.badgeContent" class="mr-6 badge badge-sm" :class="item?.badgeClass"> <div v-if="item?.badgeContent" class="mr-6 badge badge-sm" :class="item?.badgeClass">
@ -104,7 +104,7 @@ const showDiscord = window.location.host.search('ping.pub') > -1;
'text-blue-500': item?.title !== 'Favorite', 'text-blue-500': item?.title !== 'Favorite',
}" /> }" />
<img v-if="item?.icon?.image" :src="item?.icon?.image" class="w-6 h-6 rounded-full mr-3" /> <img v-if="item?.icon?.image" :src="item?.icon?.image" class="w-6 h-6 rounded-full mr-3" />
<div class="text-base capitalize flex-1 text-gray-700 dark:text-gray-200"> <div class="text-base capitalize flex-1 text-gray-700 dark:text-gray-200 whitespace-nowrap">
{{ item?.title }} {{ item?.title }}
</div> </div>
<div v-if="item?.badgeContent" class="mr-6 badge badge-sm" :class="item?.badgeClass"> <div v-if="item?.badgeContent" class="mr-6 badge badge-sm" :class="item?.badgeClass">

View File

@ -128,7 +128,7 @@ function changeTab(v: string) {
<input type="text" v-model="keyword" placeholder="Keywords to filter validators" <input type="text" v-model="keyword" placeholder="Keywords to filter validators"
class="input input-sm w-full flex-1 border border-gray-200 dark:border-gray-600" /> class="input input-sm w-full flex-1 border border-gray-200 dark:border-gray-600" />
</div> </div>
<div class="grid grid-cols-4 gap-x-4 mt-4" :class="tab === '2' ? '' : 'hidden'"> <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-x-4 mt-4" :class="tab === '2' ? '' : 'hidden'">
<div v-for="({ v, signing, hex }, i) in list" :key="i"> <div v-for="({ v, signing, hex }, i) in list" :key="i">
<div class="flex items-center justify-between py-0"> <div class="flex items-center justify-between py-0">
<label class="truncate text-sm"> <label class="truncate text-sm">