Tweak search sorting (#5464)

* Tweak search sorting

* Tweak search sorting

* fix ping impl

* remove port field, add server regions

* fix compile

* fix tests

* update frontend banner upload size limit

* feat: use server project region instead of country

* remove java and bedrock port in frontend

* add helper text

* allow filtering by if server is online

* add server status online offline filter

* use region in instance

* pre-collapse status in app discovery

* pnpm prepr

* remove server discovery flag

* add servers into mobile nav tabs

* parse port from address if present

---------

Co-authored-by: tdgao <mr.trumgao@gmail.com>
This commit is contained in:
aecsocket
2026-03-03 22:20:48 +00:00
committed by GitHub
parent e1ee9c364b
commit 155f4091a6
27 changed files with 280 additions and 442 deletions

View File

@@ -14,7 +14,7 @@ export const serverProjectsNags: Nag[] = [
}),
status: 'required',
shouldShow: (context: NagContext) =>
!!context.projectV3?.minecraft_server && !context.projectV3?.minecraft_server.country,
!!context.projectV3?.minecraft_server && !context.projectV3?.minecraft_server.region,
link: {
path: 'settings/server',
title: defineMessage({