From 38e3346dc38cb3ebf4c4beae8e1ac37d7d3ad26e Mon Sep 17 00:00:00 2001 From: w33b Date: Fri, 22 May 2026 19:41:07 +0200 Subject: [PATCH] Update stats design --- resources/views/home/stats.blade.php | 79 +++++++++++++++++++--------- 1 file changed, 55 insertions(+), 24 deletions(-) diff --git a/resources/views/home/stats.blade.php b/resources/views/home/stats.blade.php index 27824dd..3d4c264 100644 --- a/resources/views/home/stats.blade.php +++ b/resources/views/home/stats.blade.php @@ -1,47 +1,78 @@ -
-
-
- hstream.moe Logo +
+
+ +
+ hstream.moe Logo
-
-
-
- {{ number_format($viewCount) }} + + +
+ +
+
+
-
+
+ {{ number_format($viewCount) }} +
+
total views
-
-
- {{ $episodeCount }} + + +
+
+
-
+
+ {{ $episodeCount }} +
+
episodes on this site
-
-
- {{ $hentaiCount }} + + +
+
+
-
+
+ {{ $hentaiCount }} +
+
hentais on this site
-
-
- {{ number_format($viewCount * 6) }} + + +
+
+
-
- estimated minutes of watch time +
+ {{ number_format($viewCount * 6) }} +
+
+ estimated minutes of watch time
-
+ @vite(['resources/js/stats.js'])