From e12f9f28b1a4c61077403d6b2f24b0fcf965a8a8 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:16:31 -0600 Subject: [PATCH] feat: stats changes --- .../feat/server-list/statistics.tsx | 77 +++++++++++-------- 1 file changed, 45 insertions(+), 32 deletions(-) diff --git a/apps/www/src/components/feat/server-list/statistics.tsx b/apps/www/src/components/feat/server-list/statistics.tsx index 43373a7..ff0d9ad 100644 --- a/apps/www/src/components/feat/server-list/statistics.tsx +++ b/apps/www/src/components/feat/server-list/statistics.tsx @@ -6,7 +6,7 @@ import { TooltipTrigger, } from "@/components/ui/tooltip"; import type { OnlineServer } from "@/lib/types/mh-server"; -import { ChartArea, InfoIcon } from "lucide-react"; +import { ChartArea, HardDriveUpload, InfoIcon, Users } from "lucide-react"; import { useEffect, useState } from "react"; import { motion, AnimatePresence } from "framer-motion"; import IconDisplay from "../icons/minecraft-icon-display"; @@ -50,21 +50,24 @@ export function Statistics({ return (
- - - Total Players - - - - - - For players, the first number represents the current amount of -
- players, while the second one represents the average of the last -
- 100 entries of players. -
-
+ + + + Total Players + + + + + + For players, the first number represents the current amount of +
+ players, while the second one represents the average of the last +
+ 100 entries of players. +
+
+
+
}
- - - Total Servers - - - - - - For servers, the first number represents the current amount of -
- servers, while the second one represents the average of the last -
- 100 entries of servers. -
-
+ + + + Total Servers + + + + + +

+ For servers, the first number represents the current amount of + servers, while the second one represents the average of the + last 100 entries of servers. +

+

+ Minehut automatically puts new servers in a queue once the + total amount of servers is near or at 3.5k for efficiency + reasons. This usually happens during high demand times, most + likely during the American summer, in the afternoon. +

+
+
+
+ +
}
- + Top Server {" "}