fix: invalid args path (#5467)

* fix port in server address

* fix: invalid args for path

* fix page loading

* hide labels
This commit is contained in:
Truman Gao
2026-03-03 16:03:12 -08:00
committed by GitHub
parent 835f80ee50
commit c4a0008708
6 changed files with 101 additions and 69 deletions

View File

@@ -17,7 +17,7 @@
<ServerDetails
:online-players="playersOnline"
:status-online="statusOnline"
:recent-plays="javaServer?.verified_plays_4w ?? 0"
:recent-plays="javaServer?.verified_plays_2w ?? 0"
/>
<div v-if="project.categories.length > 0" class="hidden items-center gap-2 md:flex">
<div class="flex gap-2">

View File

@@ -17,7 +17,7 @@ defineProps<{
<template>
<StatItem
v-tooltip="`${formatNumber(online, true)} players online`"
class="smart-clickable:allow-pointer-events"
class="smart-clickable:allow-pointer-events w-max"
>
<OnlineIndicatorIcon
:style="{

View File

@@ -18,7 +18,7 @@ defineProps<{
v-tooltip="
`${formatNumber(recentPlays, true)} recent play${recentPlays === 1 ? '' : 's'} from Modrinth in the past 2 weeks`
"
class="smart-clickable:allow-pointer-events"
class="smart-clickable:allow-pointer-events w-max"
>
<PlayIcon />
{{